Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 51 for errata (0.17 sec)

  1. docs/pt/docs/help-fastapi.md

    Lá você pode me pagar um cafézinho ☕️ como agradecimento. 😄
    
    E você também pode se tornar um patrocinador Prata ou Ouro do FastAPI. 🏅🎉
    
    ## Patrocine as ferramente que potencializam o FastAPI
    
    Como você viu na documentação, o FastAPI se apoia em nos gigantes, Starlette e Pydantic.
    
    Patrocine também:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  2. cmd/erasure-object.go

    		for index, err := range g.Wait() {
    			var errStr, diskName string
    			if err != nil {
    				errStr = err.Error()
    			} else {
    				errStr = "<nil>"
    			}
    			if disks[index] != nil {
    				diskName = disks[index].String()
    			} else {
    				diskName = fmt.Sprintf("disk-%d", index)
    			}
    			rmDisks[diskName] = errStr
    		}
    		tags["cleanupResult"] = rmDisks
    	}
    	return m, err
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 77.2K bytes
    - Viewed (2)
  3. cmd/batch-handlers.go

    	batchJobMetricExpire
    )
    
    func batchJobTrace(d batchJobMetric, job string, startTime time.Time, duration time.Duration, info objTraceInfoer, attempts int, err error) madmin.TraceInfo {
    	var errStr string
    	if err != nil {
    		errStr = err.Error()
    	}
    	traceType := madmin.TraceBatchReplication
    	switch d {
    	case batchJobMetricKeyRotation:
    		traceType = madmin.TraceBatchKeyRotation
    	case batchJobMetricExpire:
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 55.2K bytes
    - Viewed (0)
  4. src/bytes/bytes_test.go

    	}
    
    	for i, tt := range tests {
    		err := repeat([]byte(tt.s), tt.count)
    		if tt.errStr == "" {
    			if err != nil {
    				t.Errorf("#%d panicked %v", i, err)
    			}
    			continue
    		}
    
    		if err == nil || !strings.Contains(err.Error(), tt.errStr) {
    			t.Errorf("#%d expected %q got %q", i, tt.errStr, err)
    		}
    	}
    }
    
    func runesEqual(a, b []rune) bool {
    	if len(a) != len(b) {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  5. docs/en/data/external_links.yml

      - author: Nick Cortale
        author_link: https://nickc1.github.io/
        link: https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html
        title: 'FastAPI and Scikit-Learn: Easily Deploy Models'
      - author: Errieta Kostala
        author_link: https://dev.to/errietta
        link: https://dev.to/errietta/introduction-to-the-fastapi-python-framework-2n10
        title: Introduction to the fastapi python framework
      - author: Nils de Bruin
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
  6. cmd/bucket-replication.go

    		}
    	}
    }
    
    func replicationResyncTrace(resyncID string, startTime time.Time, duration time.Duration, path string, err error) madmin.TraceInfo {
    	var errStr string
    	if err != nil {
    		errStr = err.Error()
    	}
    	funcName := fmt.Sprintf("replication.(resyncID=%s)", resyncID)
    	return madmin.TraceInfo{
    		TraceType: madmin.TraceReplicationResync,
    		Time:      startTime,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  7. cmd/admin-handlers.go

    						WaitingDrives: waitingDrives,
    					})
    					continue
    				}
    			}
    			errStr := ""
    			if nerr.Err != nil {
    				errStr = nerr.Err.Error()
    			}
    			srvResult.Results = append(srvResult.Results, servicePeerResult{
    				Host: nerr.Host.String(),
    				Err:  errStr,
    			})
    		}
    	}
    
    	srvResult.DryRun = dryRun
    
    	buf, err := json.Marshal(srvResult)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 29 17:39:04 GMT 2024
    - 97.8K bytes
    - Viewed (2)
  8. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    fastlylb.net faststacks.net fastvps-server.com fastvps.host fastvps.site fauske.no fbx-os.fr fbxos.fr fc.it fe.it fed.us federation.aero fedex fedje.no fedorainfracloud.org fedorapeople.org feedback feira.br fem.jp fentiger.mythic-beasts.com fermo.it ferrara.it ferrari ferrero feste-ip.net fet.no fetsund.no fg.it fh-muenster.io fh.se fhs.no fhsk.se fhv.se fi fi.cloudplatform.fi fi.cr fi.eu.org fi.it fiat fidelity fido fie.ee field.museum figueres.museum filatelia.museum filegear-au.me filegear-de.me filegear-gb.me...
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  9. doc/go_mem.html

    in that most races have a limited number of outcomes,
    and less like C and C++, where the meaning of any program with a race
    is entirely undefined, and the compiler may do anything at all.
    Go's approach aims to make errant programs more reliable and easier to debug,
    while still insisting that races are errors and that tools can diagnose and report them.
    </p>
    
    <h2 id="model">Memory Model</h2>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.6.md

    * Moved pod affinity and anti-affinity from annotations to api fields [#25319](https://github.com/kubernetes/kubernetes/pull/25319) ([#39478](https://github.com/kubernetes/kubernetes/pull/39478), [@rrati](https://github.com/rrati))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
Back to top