fast
Here are 1,195 public repositories matching this topic...
CDNJS requires a certain amount of manual review and moderation. This review is required both to allow new projects to be added to the project, and to handle certain types of project changes which can't be automatically imported.
This issue is a place to discuss how we might eliminate this requirement in the future.
I believe the goal of this project should be to take everything which requir
I like the language about legacy versions and how they are are supported in https://github.com/googleapis/google-cloud-node#supported-nodejs-versions . I think we could adopt some form of it.
-
Updated
Jun 8, 2020 - Java
OrientDB Version: 3.0.30 community
Java Version: 1.8.0_211
OS: Windows 10 Pro
I created Windows Service as specified on OrientDB website and works. Service is installed, I started it and OrientDB Studio works. But when I try to stop it using Windows Services or using OrientDBGraph.exe //SS, it's just waiting and waiting. In Services I see the state "stopping" but only after some 5min, state f
Skip thought vectors
I would like to use the skip thought vectors implementation in neon. The documentation provided is not enough. Is there a tutorial available on how to obtain skip thought vectors from scratch on my own documentation ? I have created a virtual environment and downloaded neon. I am not sure how to train the skip thought model. Thanks.
判断任务是否在运行
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;
}
}
.ric-logo-404 {
background-image:url('./images/404.png');
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
min-height:290px;
}
.ric-logo-500 {
background-image:url('./images/500.png');
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
min-height:290px;
}
Gene
CSSO needs a logo
-
Updated
Jun 8, 2020 - PHP
-
Updated
Jan 1, 2020
It wasn't clear to me from this guide:
How to set an arbitrary http response status code like "500" maybe it could be improved upon? Thanks!
-
Updated
Jun 25, 2020 - Java
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
Describe the bug
vmagent with sd_k8s
To Reproduce
Start vmagent with config:
- job_name: 'kubernetes-pods'
kubernetes_sd_configs:
- role: pod
on a cluster with many pods.
Please add pod name to error log.
It's hard to find them in a big cluster. In a message like this it's not clear what was the pod.
2020-04-15T22:32:32.512Z error Victor
-
Updated
Apr 30, 2020 - Go
https://docs.amberframework.org/amber/guides/controllers/flash#flash-now
Calling flash.now["blabla"] gives a compile error : 'undefined method 'now' for Hash(String, String)'
Calling flash.now "key", "value" compiles but doesn't do anything and nothing gets returned in the logs
Versions
Amber CLI (amberframework.org) - v0.11.3
Crystal 0.27.2 [60760a546] (2019-02-05)
LLVM: 4.0.
this package is such a great find. thanks so much for your work. Just a few suggestions
-
notwithstanding the assumption that folks are experienced go developers, it might be a good idea to mention that function names in the template must be capitalized to be accessible.
-
the use of ./template doesn't work if you are using go build .. I have a directory that I keep both the source an
-
Updated
Jun 16, 2020 - Python
When we install GridDB Server with PRM, we must run operating commands by gsadm user.
On the other hand, we don't need to set GS_HOME, GS_LOG environment variables.
@redblobgames I'm wondering whether we could drop the script { display: block; } hack — while it's definitely cool, it has some drawbacks:
- We can't add code highlighting to the code (e.g. with https://highlightjs.org/), which would help docs readability a lot.
- We have to split the code into two files entangled together, which makes refactoring inconvenient.
- It's impossible to lint it
Describe the solution you'd like
Add status to right of category. The category can often represent many systems so it would be awesome to see which category is operational, degraded or down.
This is in addition to the system status.
Some like the following: https://status.python.org/
Could we get a function to just return the string type instead of a byte slice?
I often just need the string and noticed GetStringByte is actually converting the underlying string to a byte.
func (v *Value) GetString(keys ...string) string {
v = v.Get(keys...)
if v == nil || v.Type() != TypeString {
retfrom the docs in your readme https://github.com/csstree/csstree/blob/master/docs/parsing.md#atrule
atrule
Type: string or null
Default: null
Using for atrulePrelude context to apply atrule specific parse rules.What would the string be and how would it be used to apply specific parse rules?
Improve this page
Add a description, image, and links to the fast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fast topic, visit your repo's landing page and select "manage topics."
Description of the problem / feature request:
It is unclear what operations the value returned by select supports.
Documentation:
https://docs.bazel.build/versions/3.0.0/skylark/lib/globals.html#select
It returns an unknown
But other documentation makes it obvious that we are not supposed to treat this as an opaque object.
https://docs.bazel.build/versions/master/be/functions.html#