-
I've found that in some version after `12.0.14`, I'm getting `swagger.json` documents that fail to generate correct outputs.
Before, I used to get this swagger document:
```json
"ProjectDto": {
…
-
# Steps to Reproduce
Loading the following definitions of floating point values into the REPL (0.6.0):
```idris
f1 : Double
f1 = 1.0e100
f2 : Double
f2 = 1e100 --this notation does not …
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
This is a "not-end" requirement. What I want to mean is that this should be considered for any new page you create that Student can access. Also should correct the old pages.
I will use the label *…
-
Consider the following specification:
``` json
{
"basePath": "/some/v1/path",
"consumes": [
"application/json"
],
"definitions": {
"Parent": {
"properties"…
-
### Brief Issue Summary
Hello, on windows (MSVC or clang-cl (GNU CLI)), intellisense failed to recognize `target_compile_definitions` configured in `CMakeLists.txt`.
However, it passed the build sta…
-
Hello! I am translating the grammar of dbml to be used by the tree-sitter parser.
You can check its development here:
https://github.com/saskenuba/tree-sitter-dbml
For those who don't know, [tr…
-
There are situations where an API has multiple axes for compatibility.
Typical examples include:
- Vendored/bundled libraries
- Transpiling from one language/tool to another
- Cross building for…
-
### Input code
save project
### Erroneous output
```c#
Error decompiling @06000170 -----
in assembly "C:\IL_errs\err139.dll"
---> System.NullReferenceException: Object reference not set to an…
-
Hi @Gama11, thanks a lot for all the work on VSHaxe!
I'm implementing a Language Server for a custom language and I would love to use Haxe to do so...
I've been trying to figure it out from this …