Gabriel Wu

Results 61 issues of Gabriel Wu

Since there is already `ast_to_json()` function, this should be easy to be implemented.

```julia julia> p = PersistentVector(range(1,1000)) Persistent{Int64}[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,...

This pull request contains a new build recipe I built using the BinaryBuilder.jl wizard: * Package name: GlibNetworking * Version: v2.74.0 @staticfloat please review and merge.

After #5672 is merged, glib-networking can be built, which should then fix #5656.

I tried to build `libsoup` but encountered the following issue: ``` Checking if "GIO has real TLS support" with dependencies glib-2.0, gmodule-2.0, gobject-2.0, gio-2.0 runs: NO (1) libsoup-3.2.1/meson.build:197:4: ERROR: Assert...

This PR fixes #1227.

wizard :mage:

https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/f20e6d0b9ddd66a097fa4a0beab70c2ea2f9b704/src/wizard/utils.jl#L48-L57 To reproduce: - Run the wizard - Go to step 2 - When the prompt asks you to enter a URL, press `Ctrl-D` - Infinite loop starts

bug :bug:
wizard :mage:

In 2022 Day 19, you do not need to keep the state of r4, since when you build a geode robot, you can immediately calculate how many geodes this robot...

### What is the problem this feature would solve? In Node.JS, users can define a custom `[util.inspect.custom]` method on their classes so that `console.log()` would output using this custom method...

enhancement