Rafael Ávila de Espíndola

Results 46 issues of Rafael Ávila de Espíndola

With the following Cargo.toml ``` [package] name = "test-udeps" version = "0.1.0" edition = "2021" [dependencies] libc = "0.2.93" ``` Running with CARGO_TARGET_DIR works as expected, but using --target-dir causes...

I use brlaser most of the time, but I have a particular document that fails to print. The printer turns on, but never prints anything. It prints fine with brother's...

As far as I can tell there is no way to create a view with sea-query.

C-enhancement

The following code crashes if V8 is built with debug checks: use rusty_v8 as v8; fn create() -> v8::OwnedIsolate { v8::Isolate::new(Default::default()) } fn main() { let v8_platform = v8::new_default_platform(0, false).make_shared();...

There is nothing linux specific about secretservice. I was able to build it on openbsd with this change. Signed-off-by: Rafael Ávila de Espíndola

Currently it compiles since we mix the ChiselEntities with the data that is stored on disk. A hackish solution is to filter out save using Omit. A more elaborate fix...

Running TSC is super slow. Some modules also have a lot of dependency, so we should cache the result to disk like deno does. Right now `chisel apply` downloads and...

If one keeps following the prev or next links, we produce an empty page before/after the end of the results. It would probably be a better experience if we didn't....

Currently we only provide an implicit transaction commit on regular end of request and rollback on failure. We need to at least have a way to provide manual rollback, but...