rrrnld

Results 56 issues of rrrnld

I just tried launching the `sample.apk` on my Mi 5, running the latest Lineage OS (Android 7.1.2, Lineage 14.1-20170117-NIGHTLY-gemini), crashed after showing the unity launch screen for a while. The...

Non-Functional

I think I found a bug in the koka repl (using koka from nixpkgs): ``` # nix run nixpkgs#koka -- --version Koka 2.4.0, 00:00:00 Jan 1 1980 (ghc release version)...

bug
quick-fix
interpreter

Hi! I didn't find any information on how to undo migrations, am I missing something or is it currently unsupported? And if they are currently unsupported, are there any plans...

new feature
post-2.0

I have set up a project using vite, vitest, preact, enzyme and this very adapter. You can find a small(-ish) repository to reproduce a problem I encountered here: https://github.com/heyarne/vitest-semantic-ui-preact The...

Hi, I'm having some trouble understanding how I can use `latexmls` to speed up compilation a bit. My understanding is that it allows me to do all the `--preload`s once...

question
documentation

This pull request implements a subset of MathML's allowed `mathvariants`. They are implemented with maximum compatibility in mind, so anything that was converted by `mathml2latex` before continues to be converted...

Heya, I'm running plugdata 0.8 on NixOS (this is the latest available version -- I tried to update the package to 0.8.3 but ran into build issues unfortunately). I'm using...

bug
enhancement
gui

There's a small typo that leads to an incorrect line in `/etc/hosts`. Instead of `127.0.1.1` it should be `127.0.0.1` that the `cartodb.localhost` domain points to.

I have made some improvements to the project's `Dockerfile` locally, but I don't know how they would translate into the `docker-compose`-based setup because I don't use it. This is my...

enhancement

Hello, It says the following in `README.md`: > So we've cheated a little bit by using babel-node. While this is great for getting something going. It's not a good idea...