-
Hi there,
Could it be possible to not output any JS code when doing `external` only bindings inside a nested module.
[Example](https://rescript-lang.org/try?version=v11.1.4&code=C4TwDgpgBAhgdiAUI0…
-
Add error emitters to manually handle.
ex: bot.on('error', function(err){});
Especially if fails to connect, throw a error on connection fail.
Only log to app error logger is not flexible.
-
From many examples of compiling a Roslyn SyntaxTree, I have seen code such as:
``` C#
[... create tree and compilation ...]
var assembly = AppDomain.CurrentDomain.DefineDynamicAssembly(new AssemblyNa…
-
```
Hi,
If you emit signals one by one, StateMachine works like a charme.
If you emit 2 consecutive signals quickly (by the same thread) the state
machine has strange behaviors.
In debug mode i fo…
-
Maybe I'm not understanding something, but shouldn't the event be broadcasted rather than emitted? https://github.com/fabiobiondi/angular-fullscreen/blob/master/src/angular-fullscreen.js#L16
-
I am continually running into rate limits for the GitHub API, and it's pretty hard for me to diagnose my issues easily. In part, this is because [my code](//github.com/RichardLitt/name-your-contributo…
-
[As of](https://github.com/ethereum/solidity/blob/b5e804b8caba0cc84514898323df91a025705177/Changelog.md) solidity 0.4.21, the `emit` keyword was [introduced](https://github.com/ethereum/solidity/commi…
-
Fix the event emitter leak caused by the sortable list by increasing the limit of allowed event emitters
-
### Kyverno Version
1.13.0
### Description
I am using below clusterpolicy to generate a kube event whenever a pod gets evicted on our clusters.
```
apiVersion: kyverno.io/v1
kind: ClusterPoli…
-
The following types are not supported in WGSL
- i8, u8, i16, u16
- f64 (double)
- texture_1d_array
- integer matrices
We [should extend the capability system](https://github.com/shader-slang/…