Patrik Stenmark

Results 4 issues of Patrik Stenmark

This PR adds support for some things related to GitHub Actions. I just implement what I need personally here, but if this is interesting I can do the rest of...

It seems that the changes in 89e2e7a broke Silverbullet running in Firefox, due to the usage of `Intl.Segmenter`. This is [only available in Firefox Nightly](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter#browser_compatibility). Is there any thoughts around...

Hello! At my work we run queries over websockets, to get around Herokus limit on 30s per request. When running queries, they are run in serial, so if we have...

I just started to work with adding TypeIDs to my app and immediately ran into issues with `belongs_to`. I've looked at the other issues and I did get it to...