-
When I build a detector from `.fromAllBuiltInSpokenLanguages()`, it detects the follow text as Greek instead of English:
```
Rooter: A Methodology for the Typical Unification
of Access Points and…
-
What about adopting just-in-time (JIT) compilation for GDscripts?
JIT compilation has no disadvantages over interpreted code (aside from slower startup, in some cases) and many advantages, mainly in …
ghost updated
4 years ago
-
[LWN.net Weekly Edition for October 17, 2019](https://lwn.net/Articles/801994/)
-
PR #268 added a security advisory related to `plutonium`, a crate that hides `unsafe` usage.
However, the security advisory does not report a security issue with the crate, or any defect with its i…
-
When is Go a nice language?
Note the influence of C from Ken Thompson?
What's missing?
Null, error handling
-
Scala used `trait` for interface combined with mixins long before Rust used them for typeclasses.
Perhaps we can think of a better name? Ideas?
The Traitscript name isn't that sexy/racy nor exciting…
-
Getting an error with the latest pull (from De 12, 2014:
bin/plexreport.rb:117:in `[]': no implicit conversion of String into Integer (TypeError)
from bin/plexreport.rb:117:in`getMovieInfo'
f…
rsava updated
4 years ago
-
Bootstrapping the rust compiler requires a working rust compiler, which is currently obtained via a snapshot directory. I'd like to suggest, instead, that any object files compiled from rust-language …
-
there was a bug when parsing csv like the following
first_name,last_name,username
"Rob","Pike",
Ken,Thompson,ken
"Robert","Griesemer","gri
if the last field is empty, that's to say a line ends …
-
First off: Yes, I read https://www.op-tee.org/faq/#how-are-trusted-applications-verified
Currently, https://github.com/OP-TEE/optee_os/blob/master/scripts/sign.py uses a local .pem file to sign the…