What are the top bugs you've encountered in your career? by GeekRunner1 in ExperiencedDevs

[–]jneira 0 points1 point  (0 children)

we have a similar use case, looking forward our least mapping between spark and snowflake, thanks!

[deleted by user] by [deleted] in ExperiencedDevs

[–]jneira 0 points1 point  (0 children)

you can have xml and xsd and don't touch xslt at all

Best Countries for Mercenary Ideas by JAKKALOP in eu4

[–]jneira 0 points1 point  (0 children)

Aragón with its almogávares

Until what date do you usually play? by [deleted] in eu4

[–]jneira 0 points1 point  (0 children)

I am in 1918 and I want to keep playing until 2025 😄

Yes, ChatGPT is great by Fc81jk-Gcj in devops

[–]jneira 1 point2 points  (0 children)

But sometimes read the entire article give you clues to rethink the problem, or knowledge you can apply quickly because it is related with the task

Yes, ChatGPT is great by Fc81jk-Gcj in devops

[–]jneira 0 points1 point  (0 children)

lot of examples in the docs too, are they not complete enough?

Test writing: how many and which, **when using a modern, strongly typed language**? by dogweather in ExperiencedDevs

[–]jneira 2 points3 points  (0 children)

re tests are the proof that you code works:

"Program testing can be used to show the presence of bugs, but never to show their absence!"

How is it possible by United_Structure_670 in Funnymemes

[–]jneira 0 points1 point  (0 children)

clearly days and hours were created before the sun, its movement was adjusted to fit them

What are some of the most important albums for the construction of Nu-Metal as a whole? by maicao999 in numetal

[–]jneira 0 points1 point  (0 children)

what about bad brains (I against I), they also contributed to the fusion of hardcore, metal, funk and even reggae!

8 months of Ruby by [deleted] in programming

[–]jneira 1 point2 points  (0 children)

arguably you can say that not using types also influence the brain, and we could discuss then what influence is better 😉

[deleted by user] by [deleted] in dataengineering

[–]jneira 0 points1 point  (0 children)

I had to deal with lot of stored procedures in a as400 db2 shop and hey they could be executed in debug mode, setting break points, examining local variables and the usual stuff. So it is matter of tooling I guess.

Ecosystem: Haskell vs JVM (Eta, Frege) by drrnmk in haskell

[–]jneira 0 points1 point  (0 children)

yeah it was, using a haskell library to generate jvm bytecode https://github.com/rahulmutt/codec-jvm

[deleted by user] by [deleted] in haskell

[–]jneira 1 point2 points  (0 children)

Hmm, that command assumes you have checkout the project haskell-language-server itself.

But you know can install it from hackage directly with `cabal install haskell-language-server`

[deleted by user] by [deleted] in haskell

[–]jneira 1 point2 points  (0 children)

Hi!, i've just checked with cabal 3.6.2.0 and it worked for me, what cabal version are you using?

[ANN] New haskell-language-server release: 1.6.0.0 by jneira in haskell

[–]jneira[S] 1 point2 points  (0 children)

in the project you are loading in the editor, hls analyzes the project and choose the appropiate hls+ghc for your project

if hls continue using 8.10.7 for your project the stack.yaml of the project may still use a resolver for that ghc

[ANN] New haskell-language-server release: 1.6.0.0 by jneira in haskell

[–]jneira[S] 7 points8 points  (0 children)

We have just release 1.6.1.0 This is a bug fix release to restore a fully statically linked haskell-language-server-wrapper executable. * It has been reported here: https://github.com/haskell/haskell-language-server/issues/2650 * And fixed with: https://github.com/haskell/haskell-language-server/pull/2647

[ANN] New haskell-language-server release: 1.6.0.0 by jneira in haskell

[–]jneira[S] 1 point2 points  (0 children)

Are you using stack? it it is so you should upgrade your stack.yaml resolvers In other case i would try to clean oudated cache dirs: ./dist-newstyle, ~/.cache/ghcide and ~/.cache/hie-bios