Tim Diekmann

Results 28 issues of Tim Diekmann

Is it possible, to push the versions 1.0.69 and 1.1.70 to the vk-api?

The parser fails, if the `vk.xml` has an enum without `value`-attribute. It can't parse the `alias`. Happens in `vk.xml v1.1.70` Edit: You never handle any alias-names Edit: To be honest,...

The macros like `vk_make_version!` use local types: ```rust macro_rules! vk_make_version { ($major: expr, $minor: expr, $patch: expr) => ((($major as uint32_t)

The macros `vk_version_major!` and `vk_version_minor!`. Expected: ```rust #[macro_export] macro_rules! vk_version_major { ($major: expr) => (($major as uint32_t) >> 22) } #[macro_export] macro_rules! vk_version_minor { ($minor: expr) => ((($minor as uint32_t)...

It would be neat if components like rustfmt, clippy or miri would be supported.

enhancement

## 🌟 What is the purpose of this PR? We're going to use an SDK to interact with the Graph in the future. This adds a package to `@local` and...

area/apps > hash*
area/infra
area/libs
type/eng > backend
area/tests
type/legal

## 🌟 What is the purpose of this PR? Various improvements around the type-system crate ## 🔍 What does this change? - Rename `Array` to `ArraySchema`, `Object` to `ObjectSchema`, and...

area/apps > hash*
area/apps > hash-api
area/libs
type/eng > frontend
type/eng > backend
area/tests
area/tests > integration
area/apps
area/apps > hash-graph

## 🌟 What is the purpose of this PR? The Graph SDK currently merges properties and their metadata but metadata are almost never passed. As we're going to make `dataTypeId`...

area/apps > hash*
area/apps > hash-api
area/libs
type/eng > frontend
type/eng > backend
area/tests
area/tests > integration
area/tests > playwright
area/apps
area/apps > hash-graph

## 🌟 What is the purpose of this PR? Conversions are supposed to be stored in the database. A conversion currently is always required to be a canonical version. The...

area/apps > hash*
area/apps > hash-api
area/libs
type/eng > backend
area/tests
area/tests > integration
area/apps
area/apps > hash-graph

## 🌟 What is the purpose of this PR? Similar to previous PRs, this adds folding for `string` constraints ## Pre-Merge Checklist 🚀 ### 🚢 Has this modified a publishable...

area/libs