J. R. Schmid

Results 51 issues of J. R. Schmid

Hi! So I'm trying to get SLIP working and have been playing with the `rest.ino` example. Unfortunately, the only thing that comes out of it is: ``` ��␁␀␀␀�␄␀␀�6�EL-Client sync failed!...

When opening a `.rb` file, Code selects "Ruby on Rails" as the programming language for syntax highlighting, but the file is not part of a Rails project. Not sure why...

Hi, I'd like to ask how trustworthy you'd rate this Gem yourself? Looking at the code (despite the rake tasks) and the fork of https://github.com/client9/ipcat referenced by the submodule, I'm...

Hi, I'm looking to build either a 100% keyboard or something a bit smaller. The V97 PCB looks like it could end up being my ticket. Unfortunately I can't find...

`configure` works fine, but during `make`, warnings seem to get treated as errors despite `-Wno-error` and the build fails. The last command ran inside of `src` is: ``` g++ -DLOCALEDIR=\"/usr/share/locale\"...

On most machines it'll be better to keep one thread for I/O, so `make -j $(($(nproc)-1))`.

``` Error compiling CSS asset Sass::SyntaxError: Undefined mixin 'transition'. ```

Has anyone else run into this yet? ``` $ pactl load-module module-null-sink sink_name=Bark media.class=Audio/Duplex audio.position=FL,FR Failure: Module initialization failed ``` Only works without the last two arguments and then of...

According to https://www.infineon.com/dgdl/Infineon-MA12070P-DataSheet-v01_01-EN.pdf , the chip is capable of 192 kHz. Where does the 48 kHz figure come from?

I've tried to make this work with resolver-based queries today, which doesn't seem to be possible at the moment. ```ruby module Resolvers class Fruits < BaseResolver graphql_name 'FruitsResolver' # Schema...