delreluca
delreluca
HN has a (it seems rarely used) poll feature, see https://news.ycombinator.com/item?id=29755614 Hackers doesn't show the options or at least indicate the presence of a poll. Reading the comments seems to...
Hi, this is a non-urgent feature request you might want to consider. You can go back by swiping left, but it is not possible to swipe right to get back...
When using the autofill option on the username field only the username gets filled in. If I use the option on the password field both fields get filled. Since I...
Hi there, I am tinkering with LLVMSharp 5 to compile numerical computations described via formulas. The first goal is running them via MCJIT on x86-64. I have code at https://github.com/delreluca/AutoExpr/commit/d6ebef7cc41f06079c5b6ebb0783d640a4c4a737...
### Overview `Span2D` (and its read-only counterpart) seems perfect for numerical problems. When wanting to use numerical routines from HPC libraries the types do not expose the stride though. The...
When using `hlsearch` the colour of the currently selected search result is very similar to the colour of the other search results:  Is it possible to make the selected...
[According to the docs](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-manage-find-blobs?tabs=azure-portal#setting-blob-index-tags) both tag keys _and_ values can contain the special characters ` +-.:=_/`. However most of them need to be enclosed in double quotes for it to...
We set the build info part of the version ourselves to add additional information (e.g. via `-p:Version=1.2.3-alpha+build.42`) SourceLink will then turn it into `1.2.3-alpha+build.42.revisionFromSourceLink`. See the MSBuild target which adds...