Patrick Toche

Results 19 issues of Patrick Toche

For some personal project, I ended up lifting your `mean` (Thanks!) and doing the following, for two reasons 1. support arrays of integers 2. calculate the mean of absolute values...

first time here, followed the installation instruction, got the following error: ``` mkdir ets cd ets git clone [email protected]:enthought/ets.git Cloning into 'ets'... Permission denied (publickey). fatal: Could not read from...

Awesome package! Is there a way to call several functions in a Tuplet or Vector without a loop? using ImplicitPlots, Plots v = [(x,y) -> (x+3)*(y^3-7)+18, (x,y) -> sin(y*exp(x)-1)] p...

This is very neat, thanks for making the gist public! I found the following was needed: ``` scale_x_date(date_breaks = "10 year", ... ``` instead of `scale_x_date(breaks = ...` Otherwise, I...

Buggy plot when executed in Visual Studio Code. ```julia using Plots, Base64 function f(x,y) :: Float64 (x^(1-y)-1)/(1-y) end default(xlims = (0,1), ylims = (-10, 1)) p = plot() plot!(x ->...

bug
vscode

A follow-up on [this issue](https://github.com/texstudio-org/texstudio/issues/3667), which remains unresolved. The behavior is unchanged in the latest stable release. Still opens the "structure" side bar on a restart. (P.S. couldn't figure out...

As an example, the following code, from `CH01_SEC04_1_Linear.ipynb`, plt.plot(a, x*a, Color='k', LineWidth=2, label='True line') # True relationship plt.plot(a, b, 'x', Color='r', MarkerSize = 10, label='Noisy data') # Noisy measurements should...

No activities since 2022. And I notice that Clemens was looking for maintainers to take over his projects. His blog hasn't seen activity since then. Looks like he's moved on...

### Question When I ask opencode for the location of its config file, I get inconsistent answers. One answer is either at the root or inside `.config/opencode` (which is what...

docs