-
**The version of ESLint you are using.**
4.19.1
**The problem you want to solve.**
It would be good to have two separate options:
- `--fix` - which I can use when saving a file in my IDE
…
-
### Details
NW2 for now work incorrect. If NW2 vars defined before client connected(like initialize function), client will not receive them. EntityNetworkedVarChanged not called both NW and NW2.
ED…
-
Hi @eboasson.
I would like to request the inclusion of [mcpp](http://mcpp.sourceforge.net/), so that I can create an initial version of the IDL compiler based on the work by @FransFaase in the xtyp…
-
The `Data` field of `ipfs object get --enc=json` tries to decode UTF-8 binary data into a unicode string (rather than a base64 encoded blob). This causes problems with binary data that isn't valid UTF…
-
Consider the following:
```cs
public static class Program {
public static void Main() {
A a = new A();
a.MyMethod();
B b = new B();
b.MyMethod();
}
}
…
-
**tldr;**
Would it be possible to support running multiple compiled projects together?
I have been using CSharp.lua in a project where we're working on creating Lua modules compiled by CSharp.lua.…
-
Hey,
Awesome system. Im using it to control the little machines in OpenComputers. a minecraft mod.
https://minecraft.curseforge.com/projects/opencomputers
the only thing I really lack is the ab…
-
I checked [this issue](https://github.com/kataras/iris/issues/680) for some pointers, but unfortunately not successful. How can I make iris putout logs in json ?
-
* Ripme version: 1.7.68 (and some previous ones)
* Java version: 10.0.2
* Operating system: Windows ver. 10.0.17134.345
* Please include any additional information about how to reproduce the proble…
-
It would be good if there was a rule for ending a object entry with comma.
``` js
let abc = {
def: 'xyz',
ghi: 'mno',
}
```
This would be helpful as we won't accidentally forget to add a …