Pier Paolo Ramon

Results 17 issues of Pier Paolo Ramon

By using the `diff` code highlighter we can make it even clearer what the required change is.

Hihi, this is going to be tough. See how `os-titanium` requires `__context.js` to be in a specific position. In theory modules can have assets… does it work for CommonJS ones?...

enhancement

``` js session.invoke('/blogsentry/add-entry', { title: '...' }) ``` instead of ``` js session.invoke({ '/blogsentry/add-entry': { title: '...' } }) ```

In some instances (for example [here in index.ts](https://github.com/automerge/automerge-rs/blob/1ca1cc38efcbdf4d6e58ba08028dd0d3e73a428e/javascript/src/index.ts#L87-L101) which ends up [straight into the website](https://automerge.org/docs/tsapi/index/#viewing-different-versions-of-a-document)) the code has been automatically formatted as JavaScript instead of TypeScript. This makes some type...

Sorry if it’s just me missing something. When specifying `get/set` property accessors both on classes and object notation we’re allowed to separate the two, therefore, following this specification, this has...

When a React element receives a different `ref` on re-renderer the previous `ref` is updated to `null` and the new one is given the current value — regardless of changes...

bug

- Fix the ternary example with `isNonnull` so that it is easily comparable with the elvis operator - Switch the ternary and null-coalescing operator, so that reading the first (`a?b:c`)...