language
Here are 4,886 public repositories matching this topic...
-
Updated
Dec 14, 2021 - V
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Dec 14, 2021 - Ruby
When useing TamperMonkey or GreaseMonkey with less.js as a @require resource, sometimes there will be an error.
I trace the code found a small problem.
At https://github.com/less/less.js/blob/master/packages/less/src/less-browser/utils.js
function addDataAttrs param tag
may be null, then the script will exec failed.
A short if
may fix this, will you please add the code to check if tag is
-
Updated
Dec 3, 2021
Abstract
We need an option in soltest
to split all test cases into N batches and run only the i-th batch to take full advantage of CircleCI's parallelism
option and make soltest
/soltest_all
jobs give us faster feedback.
Motivation
The way we parallelize soltest
today is to have [soltest_all.sh
](https://github.com/ethe
-
Updated
Dec 7, 2021
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
var res = client.getContent("https://github.com")
echo res
except:
echo "Timed out"
Current Output
timeout variable is ignored, program stuck until default socket timeout will happen
Expected Output
Timed out a
-
Updated
Nov 24, 2021 - Python
-
Updated
Dec 14, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Dec 11, 2021 - PHP
Index 설명 오류 제보드립니다.
RDB를 대상으로만 인덱스를 설명하고 있는 것 같은데요~
인덱스는 rdb, nosql 관계 없이 설명되어야 혼란을 줄일 수 있을 것 같아요
-
Updated
Nov 14, 2021 - C
-
Updated
Dec 13, 2021 - Red
-
Updated
Dec 13, 2021 - Haxe
-
Updated
Dec 12, 2021 - Haskell
Add Scents
It would be useful to have a java.util.BitSet
implementation. It looks like most Java collections are available but this one fell through the cracks (perhaps because it's not part of the Collection
hierarchy).
-
Updated
Sep 18, 2021 - C
-
Updated
Oct 28, 2021 - JavaScript
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
ES imports and exports can only be used at the top level of a module. This is illegal:
The current error for these three statements are vague and, for JS, contain irrelevant terms:
Actual:
(1) "An import declaration can only be used in a namespace or module."
(2) "An export declaration can