Magnus Markling

Results 12 issues of Magnus Markling

It should be under Databases https://cloud.google.com/datastore

Add check_msrv job to ci workflow. Checking the MSRV specified in all places mentioned in #39: - Doc comment in src/lib.rs - .github/workflows/ci.yml - tests/trybuild.rs (added in https://github.com/google/zerocopy/pull/60, which hasn't...

Where can I find release notes for 3.0? Specifically I'd like to know about any breaking changes.

I'm using `NUnit` with `AutoFixture`, `AutoMoq` and the `Theory` attribute. Here is my test method, ``` [TestFixture] public class TestClass { [Theory, AutoMoqData] public void TestI(I i) { } }...

confirm

Fix spelling error in flags/defs.rs.

I'd like to add some more info to the CONTRIBUTING.md file regarding how to login to the github npm registry, where the @action-rs packages are located. I've tried a few...

Upgrade all outdated dependencies, except eslint which doesn't yet work with the typescript eslint plugins.

The global `JSX` type is deprecated in React 18.3 and removed in React 19 RC. This PR changes the code to use the supported `React.JSX` syntax instead.

The global `JSX` type is deprecated in React 18.3 and removed in React 19 RC. This PR changes the code to use the supported `React.JSX` syntax instead. It also changes...

Include React 19 in peer deps for api package, as suggested in https://github.com/JustFly1984/react-google-maps-api/pull/3382#issuecomment-2400559676. (Note that only one package actually had React as a peer dep.)