language
Here are 4,758 public repositories matching this topic...
-
Updated
Oct 29, 2021 - V
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Oct 30, 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
Oct 30, 2021
Depends on #3870/#12074.
Part of #10274.
Currently the only outputs available in assembler mode on the CLI are: --asm
, --bin
, --ir-optimized
and --ewasm
. settings.outputSelection
in Standard JSON actually provides more (see [StandardCompiler::compileYul()
](https://github.com/ethereum/solidity/blob/1e630fc5840bb12ad9bca2dcf1f6c534c9ba8d31/libsolidity/interface/StandardCompil
-
Updated
Oct 16, 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
Oct 14, 2021 - Python
For now, Object protocol methods are (mostly) thin wrapper of matching vm functions. Because we don't need to have duplicated functions for same features, they need to be moved from vm to object protocol functions.
vm
path:vm/src/vm.rs
- object protocol path:
vm/src/protocol/object.rs
The matching vm functions are easy to find because object methods are calling it.
- get_att
-
Updated
Oct 30, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Oct 29, 2021 - PHP
-
Updated
Sep 11, 2021 - C
-
Updated
Oct 29, 2021 - Red
-
Updated
Oct 29, 2021 - Haxe
-
Updated
Oct 29, 2021 - Haskell
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."
Bug Report
interface extends only refers to a type