Sydney-o9

Results 20 issues of Sydney-o9

I'm having trouble making it work with El Capitan... has anyone managed to use it in El Capitan? Thank you!

Any way to get Nextra to be used by non-engineers? I.e. Is there a way to plug a live MDX editor for non-engineers to update documentation on their own without...

The documentation is very clear on how to create a Global Actor / Service. However, would anyone be able to share the idea behind **Global Actor**(s) and **Local Actor**(s) as...

Is there a way to expose the field name when using a discriminator map? ``` yml Acme\UserBundle\Entity\User: exclusion_policy: ALL discriminator: field_name: type map: userType1: Acme\UserBundle\Entity\userType1 userType2: Acme\UserBundle\Entity\userType2 ``` I tried:...

serializer issue

## Bug There is no support for [getTimezoneOffset](http://api.highcharts.com/highstock/global.getTimezoneOffset) ## Debug The following won't return the js function. ````php // Easy case with simple function $func = new Expr('function () {...

feature

I really like the idea behind this extension. > But, when you are testing a stateless system, chiefly an API, then the resulting state of our steps is handled by...

enhancement
research

This pull request: - Adds a profile Manager to handle profiles (in a very similar way the registrationManager handles registration) - Adds a command to create users by type. -...

We are Neo4j cloud users and are measuring performance using Sentry. Our backend application simply leverages the `neo4j-javascript-driver` to make calls to our Neo4j cloud db. It takes almost 750ms...

bug

# Feature Request Is there value to upgrade to Reanimated v3? If we spend time to do it @gorhom will you review the PR? There shouldn’t be breaking changes: https://docs.swmansion.com/react-native-reanimated/docs/guides/migration-from-2.x/...

enhancement

**Describe the bug** There is a regression in `^6.6` for Tyepscript users. ![image](https://github.com/user-attachments/assets/f7fac176-9d80-4f40-af01-62c48b15e53a) We had to downgrade to `^6.5` to transpile properly ![image](https://github.com/user-attachments/assets/e1f580b8-1934-4c42-9fae-d62d5543ec0b) **To Reproduce** Use `^6.6` and build `$...