Stefano Peluchetti
Stefano Peluchetti
Trying to mount an archive fails and returns a pop-up error, here is the redacted copy and paste from the vorta log: ``` 2022-01-25 13:02:05,983 - vorta.borg.borg_job - INFO -...
Consider the following code: ``` Options@FindRoots = Sort@Join[Options@FindRoot, {MaxRecursion -> Automatic, PerformanceGoal :> $PerformanceGoal, PlotPoints -> Automatic, Debug -> False, ZeroTolerance -> 10^-2}]; FindRoots[fun_, {var_, min_, max_}, opts:OptionsPattern[]] := Module[{PlotRules,...
For the cmd below, I would expect to get a `< HTTP/1.1 304 NOT MODIFIED` (previous run was just 5 seconds before that) instead of code 200: ``` curl http://luarocks.org/manifest...
Presently `\cref{...}` is correctly handled, i.e. it is not checked for mistakes. The same does not apply to `\crefrange{..}`, which results in various mistake warnings.
According to `ast-validate.lua`, Tables are expected to be described in terms of the `array_entries`, `hash_keys` and `hash_values` properties. However, `lua-ast.lua` generates Tables as with a single `keyvals` property which is...
Does this extensions support Wolfram Engine (https://www.wolfram.com/engine/) as well?
As noted here: https://github.com/nanomsg/nanomsg/issues/389#issuecomment-159132502 this binding should be upgraded to the latest version of libnanomsg. As of now, the binding does not load (the version check in the code fails).
First of all thank you for sharing this work, it's great for conducting experiments :) As of now, prompt templates are quite heavy on the eye when multiple messages are...
I have been using it successfully for quite some time, but the latest release of Wolfram Engine (14.3) seems to break the rendering (for instance using MaTeX to use Latex...
These options: that is: ``` "wolfram.notebook.rendering.imageScalingFactor": ... "wolfram.notebook.rendering.invertBrightnessInDarkThemes": ... ``` do not have any impact.