ncaq

Results 110 comments of ncaq

I ran API Gateway (HTTP API) on a custom domain and put IAM authentication on it, but I had a lot of trouble connecting with amazonka. Since it was a...

And I write [ncaq/rust-slack at delete-future-0.1](https://github.com/ncaq/rust-slack/tree/delete-future-0.1).

I use `@elm-tooling/elm-language-server` `2.4.0`. I'm not sure if you can see the latest version of tree-sitter with this, but at least this version of elm-ls reproduces the problem.

いっそのこと有理数を使ってもらうのも手では(使えるのか?) [Data.Ratio](https://www.stackage.org/haddock/lts-12.17/base-4.11.1.0/Data-Ratio.html)

とりあえず現状は入力が小数形式だから使えないですが 金の計算なら誤差が生じない有理数を使うほうがシチュエーションとしてはむしろ正しそう

1. answerとユーザの出力を切り取って最初の10行ぐらいしか見ないようにする 2. テスト関数を単純なテキスト比較ではなく比較関数を受け取るようにして誤差を許容する比較をする 3. 金の計算で誤差が発生する浮動小数点数使うの変なので,いっそのこと課題を有理数を使うものに全面的に書き換える などの道があると思います

I write to my Google addon. https://github.com/ncaq/google-search-title-qualified/blob/935dd4ee50f6507ebb44a16eac752be7171e8070/manifest.json.make.ts#L5 Your can copy from.

I was able to confirm that the warning disappeared after hard-coding as follows. ```hs let cabalExtensionsMap = Map.fromList [(LSP.fromNormalizedFilePath file, Right $ ParsedExtensions ([On StrictData]) Nothing)] ``` So I thought...

The .stan.toml is not loading either, so it looks like I will have to lower the hls version until this issue is resolved.