flexible
Here are 206 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;
}
}
🚀 Android 版本更新 🚀 a library for android version update 🚀
-
Updated
Jan 10, 2020 - Java
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?
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.
quoting @lawrencejones:
Worth considering if you want to enable other kubectl flags. Several popular libraries (I'm looking at you, cert-manager) currently require you to set --validate=false to apply the manifests. You could use jsonnet to make the vendored resources valid, but I think many people may want to follow the official docs?
We should allow to invoke kubectl with `--validate=fal
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
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
🥇 generator for multiple pages webpack application
-
Updated
Jan 6, 2020 - JavaScript
Simplify config
Description
Currently, config is loaded from config/ directory. This required to have a very good folder structure like bin/ config/
It would be better to simplify this by moving the config to root folder and keep it as conf.toml along with binary
Steps to reproduce the behavior:
Expected behavior
Actual Behavior
OS and Other informations
**Additional d
Implement timeouts
Limit max clients
add as a gitbook plugin
This project has been sunset as of 1st Jan 2018 and is no longer supported or maintained
-
Updated
Jan 10, 2020 - C#
:pushpin: A view controller manages a set of views that make up a portion of your app’s user interface,it aims to make ui develop change more clear and flexible.(ViewControler 是一种界面开发组件化实现方式,利用它可以将一些复杂的 UI 界面开发组件化.)
-
Updated
Oct 29, 2019 - Java
Lua HTTP client cosocket driver for OpenResty / ngx_lua, interfaces are more flexible
-
Updated
Dec 21, 2019 - Perl
Galada is an easy and simple blog theme for Jekyll.
-
Updated
Jan 5, 2020 - CSS
Director is a production-ready supervisor and manager for Erlang/Elixir processes that focuses on speed, performance and flexibility.
-
Updated
Nov 14, 2019 - Erlang
:kissing_closed_eyes: A atom-style library of CSS atomic elements. To build app faster and more flexible.
-
Updated
Dec 26, 2019 - CSS
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."
The section about imports here: https://github.com/pandas-dev/pandas/wiki/Code-Style-and-Conventions#imports-aim-for-absolute
Can be moved to the code style guide in the documentation: https://dev.pandas.io/docs/development/code_style.html
This way we can remove the page from the wiki, that is mostly outdated.