-
Can you give a specific release schedule?
-
https://github.com/wernight/scruffy-server
TMIA, /rb
-
It appears that HTML is inserting itself into tokens modifying `ByteRange`s in `Annotation` (it is expected to adjust offsets, but not ideally in add more characters).
I think @jelmervdl was fac…
-
I am thinking of adding colourful html (red background for fail, green for success) as I have used this on a non rails project for a simple 'at a glance' dashboard (each server having a small iframe b…
-
**Is your feature request related to a problem? Please describe.**
The UI for this project is very nice. It would be nice to be able to use it without reverse engineering in other projects
**Descr…
-
https://youtu.be/fDCAPOTnBIo
Is it the answer to your financial freedom dreams? Or part of "the problem"...?
-
SQL count against a column counts all non-null items in that column.
```sql
SELECT
count(*) AS MyCount,
count(MyColumn) AS MyColumnCount
FROM
...
```
The Deephaven `io.deephaven.api.…
-
This came up in QC of stml68.
In HTML, the title of a referneced work should be put in a `cite` element.
In stml68, `mixed-citation` elements have the first `italic` child containing the title. …
-
Hey mate! Really nice project!
This is exactly something I was looking for a project I'm working with bevy (a 3D editor) that I plan to use something like this to get some vim-like functionality.
…
-
This convention is well-known in the community and deemed a good practice in several articles related to Git commit messages, ex. https://cbea.ms/git-commit/#capitalize.
However, it's currently not…