Tamir Duberstein

Results 95 issues of Tamir Duberstein

Repro steps: https://gist.github.com/tamird/84a1ed716862b4e96644 There seems to be no possible configuration that permits the use of any of the following ciphers (or their lowercase equivalents) under jruby with jruby-openssl present: -...

See https://github.com/cockroachdb/cockroach/pull/7172

See https://github.com/npm/node-tar/issues/39. TL;DR node-tar uses fstream in such a way that endChown is called with a uid that doesn't exist. In a docker container where we are root, this causes...

See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/.

In my application I have utility libraries that are shared between a typescript CLI program and a web app. The interface exposed by the various plugins (e.g. `@dprint/markdown`) doesn't work...

https://github.com/pdm-project/pdm/commit/494669ce06ddef85a379234fd59a30593be85c90 added an example of monorepo management with PDM. However it seems to me that this would lead to dependencies "bleeding" into various packages. Suppose I have sub-packages `A` and...

⭐ enhancement

Broken in 0c903645e26e6eb35b621f9c4aa8227aac28206b. That commit introduced hardcoded references to `Buffer` which is not defined in browsers, breaking Proto2TypeScript for non-Node environments. From https://github.com/SINTEF-9012/Proto2TypeScript/pull/13#issuecomment-238301201: > But we should definitely fix that....

Hello! Thanks for maintaining this project. We're evaluating using this for our iOS apps and have run into a filename-collision issue, which seems to be caused by `protobuf-objc` not respecting...

enhancement

### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request

Spin-off from #30. It is not possible to write `#[test_case(...)]` tests with multiple cases. For example ```rust #[test_log::test(test_case::test_case(-2, -4; "one"))] #[test_log::test(test_case::test_case(-4, -2; "two"))] fn it_works(x: i8, y: i8) { //...