Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ricardonunez-io created a review comment on a pull request on mintlify/docs
```suggestion You can also specify `noindex` for all pages in your docs by setting the `metadata.robots` field to `"noindex"` in your `mint.json`: ```
ricardonunez-io pushed 1 commit to main ricardonunez-io/docs-coral
- Documentation edits made through Mintlify web editor bbf51ba
ricardonunez-io pushed 1 commit to main ricardonunez-io/docs-coral
- Documentation edits made through Mintlify web editor 16dc545
ricardonunez-io created a repository: ricardonunez-io/docs-coral
ricardonunez-io created a repository: ricardonunez-io/docs-ianthe
ricardonunez-io opened a pull request on mzaks/flatbuffers
Replace 'inout' with 'mut' for forwards compatibility with Mojo
Replaces references to `inout` with `mut` in the codegen as per the latest [changelog](https://docs.modular.com/mojo/changelog#v246-2024-12-17) from Mojo. See the corresponding PR https://github...ricardonunez-io created a branch on ricardonunez-io/flatbuffers
feature/mojo-support - FlatBuffers: Memory Efficient Serialization Library
ricardonunez-io pushed 76 commits to master ricardonunez-io/flatbuffers
- FlatBuffers Version v24.3.6 7cd216c
- FlatBuffers Version v24.3.6 0bed8cd
- Don't depend on java version 5b32e8f
- FlatBuffers Version v24.3.7 6ff9e90
- Lobster: Support required fields 960cd4d
- Fix License (#8253) The previous license value was not suitable for most software license scanners. Listing the actu... b1f617f
- `presubmit.yml`: Use xcode 14.2 It appears the upgrade to xcode 14.3 broke the macos build on builkite. The last goo... 67eb95d
- Fix handling non null-terminated string_views in LookupByKey (#8203) * Reproduce the error in a unit test Reprodu... 0cfb7eb
- FlatBuffers Version v24.3.25 595bf00
- Start Release workflow when `published` 8f2e1db
- Avoid ODR violations with flatbuffers::Verifier. (#8274) Fix "One Definition Rule" violation when using flatbuffers:... f4a9c53
- Improve error handling on Object API name collision. (#8275) If a schema contains a message named e.g. FooT and a me... e040f4e
- `flatbuffer_builder`: Fix GetTemporaryPointer constantness e646392
- [Kotlin] Add workflow to release kotlin multiplatform version (#8014) Co-authored-by: Derek Bailey <derekbailey@goog... da64720
- Remove npm/rules_js dependency for C++ only use cases (#7990) When flatbuffers is being used from a project that has... 7106d86
- [Python] Fix various codegen problems (#8292) * [Python] Fix various codegen problems. This includes: - escap... c696275
- [gRPC] Add new options to control the gRPC code generation. (#8298) The new options are: - `--grpc-filename-suff... 150644d
- Update build.yml to ubuntu-24.04 (#8319) * Update build.yml to ubuntu-24.04 Apparently g++-13 was removed from th... d89f611
- Trying to fix bazel on macOS and Xcode 14.3 (#8304) * Fixes Bazel issues for windows and ci Fetching boringssl wi... a41fefa
- Update build.yml (#8321) Add a scheduled cron job to run all the main tests at 4:45 A.M. to catch dependency regress... 299725f
- and 56 more ...
ricardonunez-io opened a pull request on mzaks/flatbuffers-mojo
Replace 'inout' with 'mut' for forwards compatibility with Mojo
Replaces references to `inout` with `mut` as per the latest [changelog](https://docs.modular.com/mojo/changelog#v246-2024-12-17) from Mojo. Could not find the codegen tool for the schemas, so ma...ricardonunez-io pushed 1 commit to main ricardonunez-io/flatbuffers-mojo
- Replace 'inout' with 'mut' for forwards compatibility with Mojo 14afaef