Ahmed Riza

Results 12 comments of Ahmed Riza

On Linux, the same information is present in `/proc//smaps` (I am not sure there's a POSIX standard for this as it seems different *nix variants do this differently). `procps` (https://gitlab.com/procps-ng/procps),...

This problem persists in the current master. ``` at org.apache.livy.utils.SparkYarnApp$.yarnClient(SparkYarnApp.scala:52) at org.apache.livy.utils.SparkYarnApp$$anon$1.run(SparkYarnApp.scala:78) Caused by: java.lang.ClassNotFoundException: javax.ws.rs.ext.MessageBodyReader at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 54 more java.lang.NoClassDefFoundError: Could not...

I was trying to turn off the Debug/Run "lens" as it's too distracting, but couldn't find a way to turn off that in emacs (I think the option is not...

@qiujiangkun I have run `cargo flamegraph` on a Fedora 35 system and did not see the issue you are seeing. Don't think the RHEL based distros are strange, since we...

This still happens randomly. There are no compilation errors at all.

@jeremyandrews were you able to make the Gaggle tests work? Also running into the locked in `tokio` version `1.15` dependency issue. It'd be nice to move onto the newer `tokio`...

@saikrishna1-bidgely, here's an example of what I tried and this worked. I'm not 100% sure that this is how it is supposed to be :-) - Build the `scheduler` with...

Actually, I believe the Follow sets above are correct. The bug is in `First(B)` which should be `{b, ε}`.

This is referred to in this talk [Java and Rust by Yishai Galatzer](https://www.youtube.com/watch?v=9jAf8u-be1g). They used Tokio async fs operations (on a benchmark) and compared that with Java NIO. IMO, it...

Getting a similar error when using https://download.eclipse.org/jdtls/milestones/1.23.0/ ``` Debugger entered--Lisp error: (args-out-of-range [] 2) seq-elt([] 2) lsp-java-boot--workspace-execute-client-command(#s(lsp--workspace :ewoc nil :server-capabilities # :registered-server-capabilities (#s(lsp--registered-capability :id "ffeb7086-7e4a-438a-9ad1-58925b1fb1b9" :method "textDocument/selectionRange" :options nil) #s(lsp--registered-capability...