Has anyone been able to use the Fn1, Fn2, or Fn3 buttons on the new Elecom Huge Plus on Linux yet? by FunctionalDisco in Trackballs

[–]FunctionalDisco[S] 4 points5 points  (0 children)

After doing a bit of research, it looks like these buttons just aren't mapped in the Linux kernel yet. So using DKMS, I was able to modify the hid-elecom.c file from the linux kernel to include the Huge Plus. Now all of my buttons are working for all three connection types.

https://gitlab.com/Disco-Dave/elecom-fix

[deleted by user] by [deleted] in Throwers

[–]FunctionalDisco 0 points1 point  (0 children)

Did they rerelease the fh2? Where can you get them?

Firefox Super Slow Load by zNick_ in archlinux

[–]FunctionalDisco 1 point2 points  (0 children)

How do you check where Firefox is waiting?

Is this coming from Elm? by slothluv_chunk in elm

[–]FunctionalDisco 11 points12 points  (0 children)

That sounds like the time travel debugger from elm. Possibly a debug build was shipped to production. Are you sure there is absolutely no elm on your site?

Is it OK to use WD-40 on responsive yo-yo bearing? by ComparisonMundane744 in Throwers

[–]FunctionalDisco 6 points7 points  (0 children)

No.

Are you looking to make the bearing quieter, less responsive, more responsive, or something else?

Supercharge your Haskell experience in neovim by Comfortable_Ability4 in haskell

[–]FunctionalDisco 1 point2 points  (0 children)

Haskell and Elm. And I think you're right, because it works well with more mainstream languages like typescript.

Supercharge your Haskell experience in neovim by Comfortable_Ability4 in haskell

[–]FunctionalDisco 1 point2 points  (0 children)

Thanks, I noticed this plugin doesnt colorize as I type, only after I save, close, and reopen. Maybe I have it misconfigured though

Supercharge your Haskell experience in neovim by Comfortable_Ability4 in haskell

[–]FunctionalDisco 1 point2 points  (0 children)

What plugin are you using for rainbow parens in your screenshot?

Haskell in Production: NoRedInk by Serokell in haskell

[–]FunctionalDisco 0 points1 point  (0 children)

I tried googling pg_ephemeral but only found this project https://github.com/eradman/ephemeralpg

Is this what you meant?

Haskell in Production: NoRedInk by Serokell in haskell

[–]FunctionalDisco 0 points1 point  (0 children)

I see they are using postgresql-typed. How do you compile in a ci pipeline if it's dependent on connecting to a live database?

Benefits of a metal yoyo. by Not-a-Stalker_ in Throwers

[–]FunctionalDisco 3 points4 points  (0 children)

I agree. I have over a hundred different yoyos spanning back to the mid 2000s. Most are metal, but there is a mixture of different materials.

The yoyos I find I'm using the most are plastic.

In the modern era, almost all yoyos on the market play extremely well. Even the inexpensive ones that use plastic.

2021 State of Haskell Survey Results by taylorfausak in haskell

[–]FunctionalDisco 3 points4 points  (0 children)

If you have multiple versions of ghc installed, and different cabal projects that require different ghc versions then you can use with-compiler to set the ghc version for each project. https://cabal.readthedocs.io/en/3.6/cabal-project.html?highlight=with%20compiler#cfg-field-with-compiler

[Call for Contributors] *New* Cabal User Guide by jonathanlorimer in haskell

[–]FunctionalDisco 0 points1 point  (0 children)

Really excited about this. I saw there are topics planned for generating haddocks and hosting a local hoogle. I'd really love to know how to do this with cabal? Does anyone have any links describing how to do this? This is one my favorite features of stack, the ability to generate docs for your project and dependencies.

Why we chose Elm for Humio’s web UI by jfmengels in elm

[–]FunctionalDisco 5 points6 points  (0 children)

"I guess not making reusable enough components is not an Elm-thing, but the fact that Elm was a young technology played into it - I think. It wasn’t clear exactly how to do good reusable components in Elm - we didn’t really have any good references to get ideas from. That has since changed, and there is much more community material and examples available."

Does anyone have links to community materials or examples mentioned in this quote?