-
In issue #185 Bob wrote:
> _WIN32 and __MACH__ should be defined already on the relevant platforms, but if there are additional defines that you need to define, you can add them to the "defines" a…
-
This is correct on Windows but not on Unix. We should consider making it a property or static readonly field that either delegates to or gets its value from Environment.NewLine.
-
This is continuation of #2056. I'm considering to add following methods for streams:
For write:
1. .write(data[, offset[, len]]) - done
2. .writev(data1, data2, ...)
3. .writefmt(str_template, .…
-
https://stedolan.github.io/jq/
-
What do we do in cases where a type in facade is nullable? We have `js.UndefOr` but sadly there's no `js.NullOr`. In scalajs-react I add `| Null` to facade types but the problem is it's non-trivial to…
-
Hi there, this is cool stuff, are you still using it and maintaining it? Or is there some alternative bifunctorial cats stack somewhere else?
Cheers
-
Opening an issue as requested. We currently install lambda-powertools using the SAR layer method, however it appears that the optional dependencies to use advanced features like the `parser` are not a…
-
**Type: LanguageService**
**Describe the bug**
- OS and Version: Windows 10
- VS Code Version: 1.36.1
- C/C++ Extension Version: 0.24.0
- Other extensions you installed (and if the issue …
-
Pourquoi transformer le tableau tokens en chaîne de caractères ? Alors que la variable `operation` contient la même donnée mais sans passer par un `.join()`
https://github.com/ohoareau/libs-js/blob…
rdphv updated
4 years ago
-
オンラインコンパイラからExportしたファイルをコンパイルできない.
Export
![image](https://user-images.githubusercontent.com/5755200/87203571-df009480-c33d-11ea-8918-b24f35904624.png)
Error
![image](https://user-images.gith…