Charles Scalfani

Results 15 issues of Charles Scalfani

Warning: I'm fairly new to Haskell. Right now, I assume an exception of some sort is thrown because a 500 error is returned and subsequently logged when a client disconnects....

## Description I'm not sure if this is a compiler bug, my misunderstanding or a known limitation. I didn't know where else to put this problem, so I'm putting it...

## Description After updating to VSCode 1.45.1 and the AsciiDoc extension 2.7.15, and Haskell Syntax Highlighting 3.2.1, syntax highlighting no longer works. ## System Information Version: 1.45.1 Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a Date:...

🐞 bug
💄 area/syntax-highlighting

I'm trying to refactor out the commented section below into its own function. ```hs type Man = Object "Man" '[] '[Field "name" Text, Field "canVote" Bool] type Dog = Object...

api

## Description Using `crash` in a lambda produces invalid JS code, which causes the application to crash immediately. ## To Reproduce Here's a simple example: ``` module Test.Main where import...

type: bug

I learned so much from your 2 Effectful articles. I wish you'd write a Haskell book :-) Thanks again.

It's possible for a race condition to occur where a `clearTimeout` (or `clearInterval`) is called BEFORE a `fire` message is handled by the browser thread. The `clearTimeout` code in the...

I'd like to modify a jsonb object along a path without having to read the whole record, modify it and then write the whole record. For example: ```sql insert into...

I'm using these functions for logging the SQL that is going to be sent to the DB. I couldn't find any functions for doing this that were not deprecated. Appreciate...

Is there any way to configure this to only trigger HIE on a file save and not as I'm typing?

Responsibility: hie