Eddy Ernesto del Valle Pino

Results 10 issues of Eddy Ernesto del Valle Pino

And also add `DateTime` to the syntax highlighting.

When a token is expired and you try to refresh it inside of the refresh interval. It does not refresh, because the refresh endpoints checks if the token is not...

enhancement

I'm using: - ReScript: 9.1.4 - VSCode plugin: 1.4.2 when having this code: ```rescript @deriving({abstract: light}) type someType = {field: string} let f = a => a->field ``` # What...

This plugin does not provide a way to find or navigate to symbols if you know their name. When I use the go to any bar with `#` or `@`...

enhancement

After compiling caddy with this plugin: `$ xcaddy build --with github.com/mastercactapus/caddy2-proxyprotocol` And trying to validate: `$ caddy validate --config Caddyfile --adapter caddyfile` This Caddyfile: ``` app.example.com { listener_wrappers { proxy_protocol...

When running the plugging using workers as in: ```bash uvicorn server.main:app --workers 8 ``` And it starts processing files concurrently, there are clashes because the workers where using the same...

The implications are: - Rename `Component.template_name` -> `Component._template_name` - Move the logic `Component.__init__` -> `Component.mount` The `__init__` is now handled by pydantic

Migrate the library to Python 3 and add shortcut for exact field lookup.

Adding the `capture` attribute to JsxDOM.res https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture

Make the new components work over Websockets. Breaking change: no more `self.controller` Commands: - `SkipRender(self)`, to avoid auto rendering the component - `Render(component, template, oob)`, to render a component, if...