-
Support for Parrot Security Linux: https://www.parrotsec.org/
Net install images here work:
http://cloudflare.archive.parrotsec.org/parrot/pool/iso/netinstall/
-
The esm built-in `import()` will be async. I :heart: the `module.import` namespace as a userland alternative. The current `module.import` is synchronous so I propose renaming `module.import` to `modul…
-
-
The GPL grants the public the right to code licensed under it, as long as changes are publicly available. You cannot retract this right for existing GPL licensed versions.
Issuing DMCA takedowns of…
-
Whenever I try to use the plugin (either with the default normal mapping or with the command), I get an error that looks this this (the specific word was ‘dream’ and `~rafael/Dropbox/Notas/` was where…
-
I think the title says it all 👍
-
Rails has `#persisted?`, which is the inverse of `#new_record?` to help avoid "negative" boolean logic.
For example, `if user.persisted?` is easier to process than `if !user.new_record?` or `unless u…
-
We should support outlines on circles.
Our "outline"-like styles are inconsistent. On fills we only support 1px outlines. On symbols we support arbitrary width "halos" (which can also be blurred).…
-
Is it possible to get all the details for the word in one function call ?
What I mean with details is that when we look up a word in wordnet portal we can see synset details as antonym, torponym, hype…
-
As previously described in https://github.com/opensets/domainprofiles/issues/120#issuecomment-258102503
This refactor makes it so password.reset isn't *implicitly* structured around the usual "requ…