Andre
Andre
In Linux and other systems with case-sensitive filenames, mismatch between `import`s in `app.js` and filenames leads to `Uncaught Error: Script error for: components/Favorites` and `components/Files`.
## Expected behavior Tweet should be sent normally. ## Actual behavior After uploading two images, but before successfully sending the tweet, Twidere emits an error message: ``` segment size must...
**Name of the lexer** ocaml **Code sample** ```ocaml let isquote c = match c with '"' | '\'' -> true | _ -> false ``` Link to sample on rouge.jneen.net...
## Desired Behavior In some situations, especially when mixing dune and non-dune subprojects, we would like to be able to conditionally depend on the existence of a certain file, that...
## Expected Behavior 1. `copy_files` does not warn if the `` expression matches a directory instead of a file. It would be very useful to report such errors, in the...
This [Stack Overflow question](https://stackoverflow.com/questions/33351326/how-to-upgrade-a-single-package) asked how to upgrade a single package, and it used `opam reinstall`. Apparently `--criteria=paranoid` seemed to help, but trying this with opam 2.1.2 no longer seems...
While using the challenges as part of [NIST's SATE 6](https://samate.nist.gov/SATE.html) tool evaluation, Frama-C identified some issues in a few challenges, mostly related to undefined behaviors (e.g. shift of negative values,...
I am adding a `conflicts` clause to a package due to issue #10925, otherwise our users will end up trying to compile Frama-C and fail. I tried adding this to...
I found quite a few table soccer tables in public parks (foosball, "babyfoot" in French), but the lack of a preset tag on Osm Go! makes it harder to tag...
This is a simplified example of an issue that happened with Frama-C's visitors: ```ocaml (* a.ml *) type visitAction = Go | Skip class visitor = object method visit ()...