Xinyu Wu

Results 28 comments of Xinyu Wu

Yes, it will work with `injectBody: false`.

Any updates on this? I really want to use platformIO and vscode to do it. Will PlatformIO has a MSP432 platform???

```julia PackageCompiler.create_sysimage([:Gadfly,:DataFrames,:Colors,:Dates,:OhMyREPL,:ColorSchemes,:Distributions,:RDatasets,:Compose,:Random,:CSV,:GLPK,:HDF5,:IterTools,:JSON,:JuMP,:Measures,:RData,:XLSX,:Printf,:Statistics,:CategoricalArrays,:IJulia], precompile_statements_file="compiler_trace.jl",sysimage_path="mysys.so") ``` It is my build command. I have include the IJulia, but it is still much slower. And I have test not only one piece of code,...

```julia (@v1.6) pkg> add JuliaDB Updating registry at `~/.julia/registries/General` Resolving package versions... ERROR: Unsatisfiable requirements detected for package StatsBase [2913bbd2]: StatsBase [2913bbd2] log: ├─possible versions are: 0.24.0-0.33.9 or uninstalled ├─restricted...

a great idea!!! I like subtags!

@aminya I have come to the same problem. EzXML cannot parse my html file correctly. I can search nodes, but when I export the modified document to a file, there...

I still don't know how to do it. How can I convert a `Gumbo.HTMLDocument` to a `EzXML.Document`. I have imported both `Gumbo` and `EzXML`, but it didn't fix the problem.