nilsbecker
nilsbecker
great! so now for complete bliss we would only need text objects that define the innermost comment region around the cursor. this would also allow using `c`, `d` commands on...
i agree with op. `(* ......... (*)` is parsed from the left as one comment opening then another nested comment opening (where the inner comment text starts with `)`).
this would be great! i would love to try out revery, but i'm not familiar with the JS world. i guess it would be ok to read the manual in...
thanks for the info. i'm still figuring out what esy does exactly. it seems to be a build system that integrates with npm, which allows it to install pre-built binaries...
this seems related: when `using DiffEqGPU` i sometimes get this warning: ``` WARNING: Method definition overdub(Cassette.Context{N, M, T, P, B, H} where H
ah yes. what's a general way to avoid that? do i need to put `A` into the parameter argument `p`? if yes how? (does it have to be a vector...
PS. does this mean the 'rules' include: 'no references to the cpu's memory' ?
ok, i am trying now with `using StaticArrays` then ``` B = Float32[ 1. 0 0 -5; 4 -2 4 -3; -4 0 0 1; 5 -2 2 3] const...
trace (long) ``` ┌ Warning: Decoding arguments to jl_apply_generic failed, please file a bug with a reproducer. │ inst = %35 = call nonnull %jl_value_t addrspace(10)* @jl_apply_generic(%jl_value_t addrspace(10)** nonnull %.sub,...
i tried with ``` const uu0 = SVector{4}(u0) probip = ODEProblem(fip, uu0, tspan) ``` but this results in a similar error. if i additionally set `CuArrays.allowscalar(false)` i get a different...