flexible
Here are 225 public repositories matching this topic...
判断任务是否在运行
OkDownload Version
1.0.5
Problem Describe
判断任务是否在运行的代码:
public synchronized boolean isRunning(DownloadTask task) {
Util.d(TAG, "isRunning: " + task.getId());
for (DownloadCall call : runningSyncCalls) {
if (call.isCanceled()) continue;
if (call.equalsTask(task)) {
return true;
}
}
-
Updated
Jan 18, 2020 - Java
-
Updated
Jan 30, 2020 - JavaScript
Hi, thanks for your greate work.
I'm a typescript user and use webpack to bundle my project files.
The webpack@2 has the Tree Shaking features which can reduce the size of files.
Since this feature can only work on es6, can you include the source code (the ts code are ok because I can use ts-loader to convert them), other than the production code in the npm package?
-
Updated
Jan 8, 2019 - CSS
This may be a bit premature but are there plans to come up with some sort of API documentation for the Jsonnet libraries, in particular the Kubernetes (ksonnet) library?
I find it really difficult to use without lots of string searching. IDE support would help but most plugins are limited. I just found http://g.bryan.dev.hepti.center/ which looks pretty cool. How do others manage to use it?
Here you can request what do you like to have in the documentation.
- API. How to embed a blog on the website via the API.
- API. Examples with PHP Curl.
- API. Examples with fetch. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
Feel free to create a pull request with How To in the GitHub repository for documentation.
-
Updated
May 21, 2020 - Java
As a first effect of #1287, we should react to the reporting of I/O errors with a notification that the service is down. This concerns the rawx, meta0, meta2, meta2 and sqlx service types.
- manage in sqliterepo (meta*, sqlx)
- manage in rawx
https://github.com/metabase/toucan/blob/master/docs/db-functions.md#update-where says update-where does not call pre-update while https://github.com/metabase/toucan/blob/master/docs/defining-models.md#pre-update says pre-update gets called, while post-update does not.
It would be helpful if the demos on the homepage included the example code that initiated them. At the very least, please create a link to the JS file that one should reference, which appears to be: http://cornel.bopp-art.com/lightcase/project/js/lightcase.init.js
-
Updated
Apr 16, 2020 - JavaScript
Implement timeouts
Description
It's better if we could introduce client timeouts.
Steps to reproduce the behavior:
Expected behavior
Actual Behavior
OS and Other informations
Additional details
Simplify config
Limit max clients
add as a gitbook plugin
-
Updated
Sep 12, 2018 - PHP
-
Updated
Feb 26, 2018 - C#
-
Updated
Feb 12, 2019 - CSS
Goal
The goal of this proposal is to write an extension to each API that allows integration with Reactive Streams API.
Briefly, Reactive Stream is an initiative to provide a standard for asynchronous stream processing with non-blocking backpressure.
This extension will work integrated with the [Eclipse MicroProfile Reactive Streams Operators](https://github.com/eclipse/microprofile-reac
-
Updated
Jun 8, 2017 - Java
-
Updated
Jun 10, 2020 - Go
-
Updated
Apr 27, 2020 - CSS
-
Updated
Jun 19, 2019 - Perl
-
Updated
Mar 14, 2020 - JavaScript
Improve this page
Add a description, image, and links to the flexible topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flexible topic, visit your repo's landing page and select "manage topics."
Location of the documentation
https://pandas.pydata.org/docs/development/code_style.html
https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#code-standards
Documentation problem
Most of the documentation for the coding style guidelines is limited and in multiple locations. Much of the coding style is in a script.
Suggested fix for documentation