Alex Vidal

Results 15 issues of Alex Vidal

Can the plugin be adjusted so that it emits proper life cycle events when making changes? For instance, if you want to do something after the worker is deployed, but...

The KOReader[^koreader] reader software is very popular. It supports a large number of e-readers, and is often used as an alternative reader on jailbroken Kindles. It can be natively installed...

enhancement
help wanted
hacktoberfest

While I'm going deep on config merge logic, I realized that there may be an opportunity to clarify what should happen in a merge where lifecycle commands are stored in...

The [JSON reference](https://containers.dev/implementors/json_reference/#general-properties) page shows a table of properties in the `devcontainer.json` with a marker for fields that may be pulled from image metadata. The [merge logic](https://containers.dev/implementors/spec/#merge-logic) page shows a...

Currently, customizations are namespaced by arbitrary product names. The only two I've seen in wide-use are `vscode` and `codespaces`, which makes sense as those are the only two widely used...

This is inline with features in Marionette core. If you provide a template function to your view instead of a template selector, the renderer will call the function directly instead...

One option is using an in-process file watcher, which would reload file-based dictionaries specified in the CLI and/or the wasm file passed in. Another option would be a SIGHUP handler...

https://docs.rs/fastly-sys/0.3.3/fastly_sys/index.html - [x] xqd_body_append - [ ] xqd_body_close_downstream - [x] xqd_body_new - [x] xqd_body_read - [x] xqd_body_write - [x] xqd_log_endpoint_get - [x] xqd_log_write - [ ] xqd_pending_req_poll - [ ]...

Fastly has official support for Rust, and beta support for AssemblyScript. I think it'd be interesting to have a spec test which can run against wasm binaries produced by both...

So, wasm has int32 and int64 and makes no decision as to signed or unsigned, that part is left up to the compiler/runtime. wasmtime chose to use unsigned, which means...