-
Regular expression in hostname format doesn't comply [specification](http://json-schema.org/latest/json-schema-validation.html#rfc.section.7.3.3) from json-schema.org.
Following [example](http://js…
-
Currently, we don't do this and display and return in response `null` in both cases.
From the discussion in https://github.com/huggingface/dataset-viewer/pull/2797, this is agreed that it's important…
-
Hi there,
I am curious if you have a planning for releasing the first stable version.
Maybe you need some help?
-
Attempting to compile the program:
```f90
program foo
parameter(foo=1)
integer bar
bar = foo
end program
```
leads to the error:
```sh
LCOMPILERS_ASSERT failed: [...]/lfortran/src/liba…
-
The reference model (or Meta-Model, assuming that reference model and Meta-Model are synonyms in the document) of the Arrowhead framework should be conformant to the ISO/IEC/IEEE 42010 standard that d…
-
Specification: SVG 2, Text chapter, 11.8.3. Text on a path layout rules
https://svgwg.org/svg2-draft/text.html#GlyphMidline
And following list item.
Excerpt:
> Determine the glyph-midline, which…
msand updated
6 years ago
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
[The following is not strictly a node-solid-server issue but I think it can go a long way in setting it as a practice that other Solid server implementations or variations can follow suite. Eventually…
-
I am currently working through conformance testing for my plugin, and I want to open an issue to put notes / things to discuss. Think of this as in progress - I'll likely need a little bit to get thro…
vsoch updated
4 years ago
-
I have tried to reprint the following code:
```fortran
program main
integer val, val
integer val, val
end
```
And lexer is not failed :-(