lempiji
lempiji
Fix #2383 > The pdb file is now copied on Windows, but .gitignore does not include this. > *.exe is already written in .gitignore, I think *.pdb should be as...
The pdb file is now copied on Windows, but `.gitignore` does not include this. `*.exe` is already written in `.gitignore`, I think `*.pdb` should be as well. see also: https://dlang.org/changelog/2.099.0.html#pdb
Thank you for the interesting library.:+1: I tried the `wrapCSharp` on Windows, but a compile error occurred. ``` Error: only one main, WinMain, or DllMain allowed. Previously found main at...
mirの基本操作まとめました。 mapとか演算系やnorm計算とかのコンテンツ不足感はありますが、一旦素案としては出せる内容揃えたつもりなのでマージしたいです。 あとBLASの依存関係を一般には除外すべきかと思われるのと、CIでは対象にしたい、というのが課題です。
プルリクエストのほうは色々調整が必要そうなのでまずはメインのところだけ有効にします。
文字が数字に変換できるか確かめたいという話があり、参考になりそうだったのでIssue作っておきます。 try catchか、ifThrownなどが良さそうです。 https://twitter.com/noNsenseGroove/status/1659534868777426947?t=OVTEF5yOiQqVOTidKX-ILw&s=19
発生個所は不定ですが、httpbinを使ったHTTPのサンプルで以下のようなエラーが起きることがあります。 ``` std.net.curl.HTTPStatusException@/Users/runner/hostedtoolcache/dc/ldc2-1.32.1/x64/ldc2-1.32.1-osx-universal/bin/../import/std/net/curl.d(1097): HTTP request returned status code 502 (Bad Gateway) ``` 思いついた解決策は、何か簡易のHTTPサーバーを起動しておいてlocalhostにアクセスする方法ですが、ちょっとコードが煩雑です。一旦ジョブのリトライで解決するかというところです。
- std.mathとstd.mathspecialの説明 - std.numericの説明 - 1変数関数の最小値探索系 - FFT - entropy, KLダイバージェンス - コサイン類似度