Edoardo Morandi

Results 37 issues of Edoardo Morandi

When using `HeaderName::from_static` in ` in order to create a `const` (instead of a `static` variable), clippy triggers a warning. Indeed, the following code: ```rust pub const NAME: HeaderName =...

This is a quote from [SoFullPath.cpp doc](https://github.com/coin3d/coin/blob/38428b3c0595a8c8771766c00ab84178b2d3df07/src/misc/SoFullPath.cpp#L42-L44): > Since the SoFullPath is derived from SoPath and contains no private data, you can cast SoPath instances to the SoFullPath type. This...

bug
acknowledged

This is a pretty simple change that should fix the minor issue related to the cursor jumping to the first window containing the current buffer instead of the last last...

This should fix an issue that can be triggered when the LSP is slow for any reason. Now the code simply tries to cleanup primary and secondary windows before opening...

I know that this sounds a bit strange, but I think that adding the support for YouTube Ads would be nice. I know that many youtubers need advertises to keep...

*Description of changes:* Add support to _streaming body_, hopefully without any breaking change (according to [cargo-semver-checks](https://github.com/obi1kenobi/cargo-semver-checks), there aren't). The rationale is that it is useful to simulate delays or errors...

### Problem I needed to perform an LSP replace using the same pattern on different files on a project. Easy enough: `live_grep` with `Telescope`, send to quickfix, `cdo` with some...

enhancement
lsp
async

I am still not satisfied with this, but at least it can be a decent starting point for improvements. My points are: 1. Variable names are still unintelligible, mainly because...

In order to make the crate fully usable in Italy, we need to add support for: - [ ] [Digital Green Certificate Revocation List (DRL)](https://github.com/ministero-salute/it-dgc-documentation/blob/master/DRL.md) - [ ] Strengthened mode...

Once [this PR](https://github.com/enarx/ciborium/pull/34) is landed, we can remove our extension trait and directly use `Value::into_` methods. Blocked by https://github.com/enarx/ciborium/pull/34

enhancement
good first issue
low priority