Daniel Olano

Results 88 issues of Daniel Olano

## Whale mitigation in OpenGov This PR introduces an idea to mitigate the big influence users with big capital can have when voting on referenda with relatively low support with...

The compiled file in `pkg/wasmer_wasi_js_bg.wasm` being `609KB` feels a bit heavy for a something that is basically a wrapper of a built-in WASM engine. Would be nice to see ideas...

I'm working on implementing a HAL for the [SAML11](https://ww1.microchip.com/downloads/en/DeviceDoc/SAM-L10L11-Family-DataSheet-DS60001513F.pdf) using the [Xplained Pro evaluation kit](https://ww1.microchip.com/downloads/en/DeviceDoc/SAM-L10-L11-Xplained-Pro-User-Guide-70005359C.pdf) and it would be great to have support from probe-rs. I'm relatively new to the...

It would be great if we could transpile constructor functions to classes. Convert this: ``` function Fuu(fuu) { this.fuu = fuu; } Fuu.prototype.bar = function(arg) { console.log(arg); } ``` Into...

`AsyncIterator` in JS is the native equivalent of Promise to represent multiple future values instead of one just as in Rust we have `Future` and `Stream`(soon in the standard library)....

enhancement

Would it be feasible to make Dodrio run in a web worker by doing the diffing and everything else in the worker and only applying the change list in the...

Would it be possible to serialize a tree as an html string or some mechanism to create a dodrio dom in server side and serve it via http?

enhancement
help wanted

Hi! nice work this S2 port has been useful :) Do you have any road maps or plans on how to implement the missing features? I'm no expert but maybe...

With today's frameworks everything is more declarative and elements tend to have a lot of attributes, it helps a bit if those attributes are shorter. E.g. ``

Can we use any element as a marker, no just `leaflet-marker`? I have a custom element which shadows some HTML/SVG markup and events and I'd like it to be directly...