Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mookmillionz1.wordpress.com] #1

Open
wants to merge 1,866 commits into
base: main
Choose a base branch
from
Open

[mookmillionz1.wordpress.com] #1

wants to merge 1,866 commits into from

Conversation

VIZFCZ4
Copy link
Owner

@VIZFCZ4 VIZFCZ4 commented Aug 1, 2024

WiFiCloudSyncEngineNonSSIDKeyPrefix_NonNetworkContainer WiFiCloudSyncEngineNonSSIDKeyPrefix_KVSVersion 1 UserDirected WiFiCloudSyncEngineNonSSIDKeyPrefix_cleaningKVS

hoodmane and others added 30 commits January 16, 2025 15:25
…ompat-date

Add compatibility date for Pyodide 0.27.1
- With latest rules_rust, -Cembed-bitcode=n is set automatically if LTO is
  disabled, no need to add it manually
- Rust crate data is no longer passed at compile time, so use compile_data
  in cxxbridge-cmd build file
…external-pkgs

Add missing python-fetch-individual-packages autogate check.
This was making io depend on the gen-compile-cache binary, which delayed
building source files in io and creating a bottleneck.

Drive-by: Fix LLVM 20 operator warnings
And fix workerd's --snapshot-to-disk functionality. We don't need this deferred upload
stuff anymore so take it out.
Fixes Python SDK tests when external package loading is enabled.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
This is more descriptive:
Websocket::constructor => websocket_open
actor_subrequest => durable_object_subrequest
hyperdrive_dev => hyperdrive_connect to match downstream name
* Updated types for Workers AI

We are moving types for supported models under a new NPM package (https://www.npmjs.com/package/@cloudflare/ai-types).

This PR removes all the model specific types and converts AI.run() into a generic function.

* added generated snapshot files

* Reverted breaking changes, added new models in the list

added whisper, whisper-tiny-en, whisper-large-v3-turbo, llama-3.2-11b-vision-instruct to the list

* added flux-1-schnell to the model catalog
For now this only makes baseline snapshots but we can extend it to make
package snapshots when we need it.
fhanau and others added 30 commits February 19, 2025 13:02
…ification

- CcInfo and cc_common will need to be imported in a future Bazel version, and
  find_cpp_toolchain / use_cpp_toolchain need to be imported from rules_cc
  based on the starlarkification effort.
- the _cc_toolchain attribute is obsolete with CC toolchain resolution, which
  is always-on in Bazel 8.

Drive-by: Fix not having to run tests for docs/ changes on CI.
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Adds support for url.full tag, scaffolding is added to support for cache_control
tags but this is not yet complete.
- Notably updates typescript (5.5 -> 5.6) and node types (20 -> 22).
  typescript-eslint and @types/node were only partially updated based on new
  errors/lints from imported types.
- Clarify a TODO message about a possible TS configuration improvement – this
  would be feasible now that we have TS 5.6 but is not a priority for now.
Refactor to use C++ implementation of requirement gathering for Python.
Implement delete operation for memory cache.
* Change PipelineTransform to PipelineTransformationEntrypoint class implementation

* generate new type snapshots
…t32_t

The [SQLite
documentation](https://www.sqlite.org/pragma.html#pragma_optimize) for
`PRAGMA optimize` says:

> To see all optimizations that would have been done without actually
> doing them, run "PRAGMA optimize(-1)".

We parsed the mask as a `uint` (which makes sense for a mask!), but
that precludes us from parsing negative literals and caused `PRAGMA
optimize(-1)` to fail.  Parsing as an `int32_t` admits this statement.

(I chose to use `int32_t` rather than `int` because SQLite uses a
32-bit integer for the mask.)

Annoyingly, SQLite’s internal `sqlite3GetInt32` function doesn’t allow
you to write a negative number with hex strings, so the best way to
flip (almost) all the bits using hex is using the 0x7fffffff literal.
sqlite: Parse number part of PragmaSignature: NULL_OR_NUMBER as an int32_t
* fix: Pass ctx.props to default handlers

* Add back compatability check and make test check for old behavior
This commit fixes websocket connections to containers.

Thanks to @kenton for all the pointers.
Add entropy source to the containers http client
The intent is that the event can be considered done when the
queue() handler's returned promise resolves, allowing acked/nacked
message info to be returned back to the queues infrastructure sooner,
rather than requiring all waitUntil'ed work to finish first. This has
two important benefits:
1. This will keep consumer invocations from getting slowed down by
   slow/hung waitUntil'ed tasks.
1. This will keep consumer invocations from failing due to failing
   waitUntil tasks.

This commit does not implement the new functionality, just adds the flag
and adds the logic to read the flag where needed. The actual
implementation will come in the next commit for easier review.
Be able to pass environment variables in containers start()
Co-authored-by: Alex Robinson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.