Julian Popescu

Results 10 issues of Julian Popescu

The last_byte_written wasn't taking into account the \r\n file endings and therefore inserting extra characters

L-ignore
Cmd-forge-fmt

This is a tracker for additional static analysis beyond what `solc` outputs. Static analysis can apply to things like safety, optimization and code style. Currently a few projects implement different...

C-forge
T-meta

Autocomplete can jump to the beginning of a node if there's a non breaking space after the delimiter when typing: TinyMCE content: ```html Hello my name is ! ``` If you...

Fixes #179 This PR attempts to reduce unnecessary lifetimes. This is unfortunately at the expense of a little bit more complexity in handling the Futures. This effect could maybe be...

When using `request_async`, the `async` function implicity captures `self` and therefore can lead to restricted lifetimes. For example Given the following wrapper around `BasicClient` ```rust pub struct Oauth2Client(oauth2::basic::BasicClient); impl Oauth2Client...

*Issue #, if available:* *Description of changes:* Adding a WebSocket server for local development. This is a rough but working implementation. Let me know how you all feel about this!...

Propagates the onDone and onError callbacks up to the top level stream controller

## PR Info - Closes - Dependencies: - - Dependents: - ## New Features - [x] Adds an `IF NOT EXISTS` to type alter add statement ## Bug Fixes -...