gareins
gareins
Hi @jenfredwell Unfortunately this will not work as I think you imagine. Some elements in the asn1 structure could be translated into pointers in the C structures. These are optional...
I've been googling :) First of, the problem with above mentioned spell checker (javascript spellcheck) is that it is not self hosted, but rather it pings an API to check...
The question is what do we want? I am always looking at how firefox does it and there are [these instructions](https://support.mozilla.org/en-US/kb/how-do-i-use-firefox-spell-checker#w_adding-dictionaries). Which means that if you are regularly working with...
You can merge a few hunspell dictionaries, but is that fine? I mean, then many English typos get through, because they are a valid french word. My solution would be...
[There](https://github.com/alexdee2007/node-libxslt/blob/master/index.js#L41) is a callback in parse() command, which can be used to detect the error. However I think that this can be designed very similarly to how I am trying...
So I am supposed to use "refs" in GET to ske to include additional metadata. To make this usable by the users, I have come up with a possible implementation...
Ok. So then, which settings can add this to the API call? I was told: > it should be enough to add s.id to refs parametr. Various (structure.attribute) metadata are...
This is the problem throughout the code, where we are making ajax request (loading stuff from the server). The specific issue is using ajax [here](https://github.com/elexis-eu/lexonomy/blob/master/website/libs/screenful/screenful-editor.js#L282). It looks something like that:...
No. Let me explain chosen prefix collision attack that was discovered recently and the basic collision attack that was shown a couple of years ago do not have anything to...
`time()` for some reason returns integer only and `time_ns()` returns `time() * 10e9` on my pico w. On the other hand, ticks work better so I solved this by adding...