Adrian Petrescu

Results 17 issues of Adrian Petrescu

Microsoft Teams generates .VTT transcript files for all recorded meetings. Unfortunately, it appears those files are not spec-conforming (shocker!), because they don't 0-pad any of the fields to their respective...

The OpenAPI specification [clearly states](https://spec.openapis.org/oas/v3.0.2#fixed-fields) that the `servers` object is in the root, not a child of `info`. The `examples/memory` YAML gets this right, but the `local_server` and main `.well-known`...

I've received a request for a FileDialog (though probably not in a modal dialog form) to select item(s) from the app's data directory.

Feature Request

A big feature request :) The latest Neovim 0.9.0 release added support for semantic token highlighting. It would be amazing to see them in Zenburn, although I understand that probably...

Sometimes you want to drop into GPT-4 for a particularly tough session, but normally keep the cheaper GPT-3.5. It's annoying to edit the config file every time I want to...

enhancement

Joyent has support for specifying a private network at instance creation time. Would be great to be able to specify this in the Vagrantfile.

enhancement

Currently only `vagrant destroy` is supported. But `vagrant halt` has a pretty clear analogue in Joyent: stopping an instance without terminating it. When `vagrant up` is run again, the instance...

enhancement