Xilin Jia
Xilin Jia
  When searching a word, the word list pages gives out quite many definitions for the word, then when you tap on the word hoping to see more info,...
After opening the DB browser, it shows 50 rows on each page of the DB with 1000's of rows. When I press on a column name, it sorts the rows...
The following oplots don't get plotted over the same graph. The reason is mytype.array is changed during the recalculation. plot() (build data mytype) oplot(mytype.array) (rebuild data mytype) oplot(mytype.array) The following...
Demonstrated with the following code to plot multiple curves (Is this the right way to do it?). The plot window does not show, but with file("figure.png") the plots are saved...
``` using Plots inspectdr() # gr() function testPlot() P1 = plot(Plots.fakedata(50,5)) P2 = plot(Plots.fakedata(50,5)) plot(P1, P2, layout=(2,1), size=(1200,600)) gui() end ``` Instead of getting two plots arranged vertically, got two...
At the line I call gui(), I got the following errors. I can't seem to reproduce it with a demo script. Not sure what is wrong. If I comment out...
## Environment `npx envinfo --system --binaries --npmPackages styled-components,babel-plugin-styled-components --markdown` `npx envinfo --system --binaries --npmPackages styled-components,babel-plugin-styled-components --markdown ## System: - OS: Linux 6.6 Manjaro Linux - CPU: (4) x64 Intel(R) Core(TM)...
in my monorepo project: ✗ yarn install YN0007: │ sharp@npm:0.33.2 must be built because it never has been before or the last one failed YN0009: │ sharp@npm:0.33.2 couldn't be built...
Anyone would suggest a top priority issue on which I can start working?
### Checklist - [x] I am using the latest version - 0.21.1 - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo....