-
With this `Program.fs`:
```
#if INTERACTIVE
#load "lib/Queue.fsx"
#endif
Asfaload.Collector.Queue.f "hello"
```
and this `lib/Queue.fsx`:
```
namespace Asfaload.Collector
module Queue=
…
-
Hello,
I have been using Kraken2 and it has largely worked fine. However, after running 8 samples, I got the error:
Bus error (core dumped)
On sample: RHB22-SO-C06_S237
kraken2: database ("/ho…
-
* MacOs sonoma
* NET8 sdk
strange error
repro
```fsharp
#r "nuget: FSharp.Configuration"
open FSharp.Configuration
type TestConfig = YamlConfig
let config = TestConfig()
```
`t…
-
I would like to run RATSQL but my laptop isn't enough for training. Can you help me to setup the run on Google colab ?
-
Hi there,
It seems the XFRA closing time is incorrect, it is 20:00 CET.
https://www.tradinghours.com/exchanges/fsx
-
Seems like problem around including xfs headers:
```
[83/292] CXX build/debug/core/reactor.o
FAILED: build/debug/core/reactor.o
g++ -MMD -MT build/debug/core/reactor.o -MF build/debug/core/reactor.o…
-
So, context: I've been trying to help get the build passing on Linux so I can help with documentation updates. In doing this, I've noticed: there are ergonomics challenges with requiring local-path re…
-
How do I setup imports and references to use .fsx script file?
I'm using VS 2017 FX 4.6.1
[See image](https://imgur.com/AjqQfAA)
-
FsX.mkdirSync('static/uploads/avatar');
/node_modules/mkdir-recursive/index.js:72
if (path.isAbsolute(root) === true) {
^
TypeError: Object # has no method 'isAbsolute'
-
A potential fix for this issues is to add a guard to ensure inputs to nvFuser kernels are non-empty tensor. Fallback to eager for empty tensor.
Invoked with: , , RuntimeError('sizes[i] > 0 INTERNAL…