pushrbx

Results 68 comments of pushrbx

> So i managed to get it working with my microsoft account after fiddling a bit with it > > 1. run the wsl2host.exe install command and enter whatever user/password...

@josegonzalez Should all `config-get` bits be replaced with the `property-get`? Is there a distinguishing trait which I need to take in account when deciding what will be property and what...

But I can't do that I think, because of the following in `properties.go`: ```go func CommandPropertySet(pluginName, appName, property, value string, properties map[string]string, globalProperties map[string]bool) { if appName != "--global" {...

OK I've tested it, now I know how it works. 😸 ![image](https://user-images.githubusercontent.com/6832715/168478576-a0d5b354-ebdf-48f9-9534-a75d0110948e.png)

I've tested this in a VM/Ubuntu 20.04 with the following steps: 1. create the example app from the getting started documentation of dokku. (ruby-getting-started) 2. ran `dokku letsencrypt:enable ruby-getting-started` and...

On the scout branch I've added a line to cast the string value to int, which somewhat solves the issue, but feels dumb. E.g. `2null` becomes `2` if you do...

The parser is currently not reading that bit. The only way you could get that currently is by iterating through the pages and counting the list elements.

> You can get this info from the main anime page tho. Why not read it from there? I've missed that. 🤦‍♂️

I'm going to address the following things in the coming days: - anime type filter doesn't work correctly: http://staging.jikan.moe/v4/anime?q=fate&type=movie - pagination is broken