Edoardo Morandi

Results 37 issues of Edoardo Morandi

Removed the dependency to xbmcswift2, added 'routing' as a dependency in order to handle routes in a simple way and added a basic storage system based on pickle.

Should be sufficient to close [issue 1](https://github.com/oooutlk/reflection/issues/1).

Is it possible to add `usize` and `isize` to the impls of `Reflection`?

### Steps to reproduce the bug with the above code - Create a new crate with `cargo new inner --lib` and _chdir_ inside. - Add a dependency for which we...

A-lint
C-enhancement

### Steps to reproduce the bug with the above code - Create a new testing lib crate: ```bash cargo new --lib testing ``` - Change to the created `testing` folder...

A-lint
C-enhancement

- [x] Link to issue, e.g. `Resolves #NNN` - [ ] Documentation added (if applicable) - [ ] Tests added - [x] Branch rebased on top of current main (`git...

post-freeze

Technically, it is not necessary for an object to be a `Promise` in order to `await` it. Take [the following TS code](https://www.typescriptlang.org/play?target=99#code/MYewdgzgLgBFCm0BcMAKAnEBbAlheAMjgNbwA806OYA5gHwwC8MA3gFAxwAW8YZAKgCVEAVwA2UAIxMYlavQAUHTjHAAzcWpxix8ACYB+FAoUA3AIZiR8FHNoBKJgyGiJ0gD5pMufEVIDhCHEpOkdPETA9eC0wfRhPMHExZXsUDGw8QhJyFyC3BnYVGBw1GAV1TW1dPUdCoph0eCgRdDAvDPwAOkaIEDFTeHKwDTEtHX0FACJJFB4dEEn7ewBuZU4AXxh4MXxWNZVG5tb2n3huxD6BqYAmWe2xBZhzCBhc4MkV-fXlb++2Z4AnmBgDANMCoDhwDAsOZqApaspQJA+mcHjQFOYAO6w2AIaCfThI3q6TpoqZ42DUaDmYHwECldKnSYAGjgiEpkCgNOAdIZ3kyn2UgOBoIiwAhUIAViBqPx2fC9kUibBzDIsTi2dBVkVDi02gADAAkLHMm0xIHQYj0+u1MD+hPA0Bg0tl7MCwRkLrAcug8NtRJRpJA6MmXp9UHdEmKnO5vJOmRZzpl3rdrg51Np9Pj+AJMADJLJ6pwsDDqbyUHsbG+MLhnyAA) for instance: ```typescript const test: PromiseLike = {...

This simple union type (to represent the [IteratorResult type](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_iterator_protocol)) miscompiles: ```rescript @tag("done") type iteratorResult

I was playing around and I realized that, with the current approach to compile inline modules, we produce JS code that cannot be tree-shaked (at least using esbuild 0.18.13). ```rescript...

I would like to propose the addition of a new abstraction: `OptionStream`. I would expect it to have the same `Item` as the underlying stream when it's built from an...

C-feature-request
A-stream
S-needs-api-design