chenyulue

Results 15 issues of chenyulue

I installed Ubuntu 20.04 LTS in termux, and manually installed `dotnet` according to the [instructions](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.100-preview3-linux-arm64-binaries). When I ran `dotnet`, everything was OK. However, when I created a console app with...

area-setup

In the Conceptual Questions, is the exercise 7(d) 's answer wrong? According to Page 41, Figure 2.6 shows that lower K can fit highly non-linear boundary. So the correct anwser...

I got the following error: > fltkhs > make[1]: Leaving directory '/c/Users/chenyulue/AppData/Local/Temp/stack-bcc533c003cb80ea/fltkhs-0.8.0.3/.stack-work/dist/29cc6475/build/c-src' > fltkhs > Preprocessing library for fltkhs-0.8.0.3.. > fltkhs > c2hs.exe: C header contains errors: > fltkhs >...

The stack version is 1.9.3. When I run `stack install --flag fltkhs:bundled `, I get the following info: > [1 of 2] Compiling Main ( C:\Users\chenyulue\AppData\Local\Temp\stack8512\fltkhs-0.7.0.3\Setup.hs, C:\Users\chenyulue\AppData\Local\Temp\stack8512\fltkhs-0.7.0.3\.stack-work\dist\7d103d30\setup\Main.o ) > >...

I'm learning proplot according to the documents. When trying [Plotting stuff](https://proplot.readthedocs.io/en/latest/basics.html#Plotting-stuff) example, it gives a `ValueError: DiscreteNorm is not invertible.` My maplotlib and proplot version are as follows: ```python In...

My working env is msys2 on Windows, and gcc is of version 12.1.0. When I compile the example code, an error occurs, which tells: ```shell tau/types:h:22:58: error: size of array...

First, thanks for the awesome lib! I wonder whether this lib supports underlined text?

I have followed the steps to setup the postgresql shown [here](https://wiki.termux.com/wiki/Postgresql). When I start a server by ```shell pg_ctl -D $PGDATA start ``` The shown information in the terminal tells...

android-10
not reproducible / bug report
inactive

I downloaded the [azl.pyd](https://github.com/fschutt/azul/releases), and followed the [instruction](https://azul.rs/guide/1.0.0-alpha1/Installation) to set up the same project directory. When I ran the first example (the counter) shown at https://azul.rs/, the gui app didn't...

question

My OS is Win11, and thonny has a confusing keyboard shortcuts. When I press key "r", a Find-and-Replace dialog pop up just as the Ctrl+F is pressed,and when I press...