- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 272 for Ready (0.02 seconds)
-
docs/en/docs/fastapi-cli.md
``` </div> /// tip For production you would use `fastapi run` instead of `fastapi dev`. 🚀 /// Internally, **FastAPI CLI** uses [Uvicorn](https://www.uvicorn.dev), a high-performance, production-ready, ASGI server. 😎 The `fastapi` CLI will try to detect automatically the FastAPI app to run, assuming it's an object called `app` in a file `main.py` (or a couple other variants). But you can configure explicitly the app to use.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 5.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorConcurrencyTest.java
final int threadId = i; executor.submit(() -> { try { startLatch.await(); // Wait for all threads to be ready for (int j = 0; j < searchersPerThread; j++) { processor.register(new TestSearcher(10 + threadId * 10 + j));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.5K bytes - Click Count (0) -
docs/uk/docs/tutorial/first-steps.md
``` </div> Потім розгорніть ваш застосунок: <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... ✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> Ось і все! Тепер ви можете отримати доступ до вашого застосунку за цим URL. ✨ ## Підібʼємо підсумки, крок за кроком { #recap-step-by-step }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/tr/docs/tutorial/first-steps.md
``` </div> Ardından uygulamanızı deploy edin: <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... ✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> Bu kadar! Artık uygulamanıza o URL üzerinden erişebilirsiniz. ✨ ## Adım Adım Özetleyelim { #recap-step-by-step }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/CharSequenceReaderTest.java
assertThrows(IOException.class, () -> reader.read(CharBuffer.allocate(10))); assertThrows(IOException.class, () -> reader.skip(10)); assertThrows(IOException.class, reader::ready); assertThrows(IOException.class, () -> reader.mark(10)); assertThrows(IOException.class, reader::reset); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 6.7K bytes - Click Count (0) -
docs/en/data/topic_repos.yml
stars: 2148 owner_login: fastapi-practices owner_html_url: https://github.com/fastapi-practices - name: fastapi-langgraph-agent-production-ready-template html_url: https://github.com/wassim249/fastapi-langgraph-agent-production-ready-template stars: 2103 owner_login: wassim249 owner_html_url: https://github.com/wassim249 - name: mangum html_url: https://github.com/Kludex/mangum stars: 2100
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 12:36:41 GMT 2026 - 16K bytes - Click Count (0) -
cmd/metacache-manager.go
} const metacacheMaxEntries = 5000 // initManager will start async saving the cache. func (m *metacacheManager) initManager() { // Add a transient bucket. // Start saver when object layer is ready. go func() { objAPI := newObjectLayerFn() for objAPI == nil { time.Sleep(time.Second) objAPI = newObjectLayerFn() } t := time.NewTicker(time.Minute) defer t.Stop() var exit bool
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Oct 25 00:44:15 GMT 2022 - 5.2K bytes - Click Count (0) -
docs/uk/docs/index.md
<div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... ✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> Ось і все! Тепер ви можете отримати доступ до вашого застосунку за цією URL-адресою. ✨ #### Про FastAPI Cloud { #about-fastapi-cloud }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 29.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.2.md
the new apiVersion will still be accessible, using the old version. You can continue to use your existing JSON and YAML files until you are ready to switch to <code>batch/v1</code>. We may remove support for Jobs with <code>apiVersion: extensions/v1beta1 </code>in 1.3 or 1.4. * HorizontalPodAutoscaler was Beta in 1.1 and is GA in 1.2 .
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Dec 04 06:36:19 GMT 2020 - 41.4K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbException.java
* server. Rather than represent each with it's own <code>Exception</code> * class, this class represents all of them. For many of the popular * error codes, constants and text messages like "The device is not ready" * are provided. * <p> * The jCIFS client maps DOS error codes to NTSTATUS codes. This means that * the user may receive a different error from a legacy server than that of
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.7K bytes - Click Count (0)