Desk icon indicating copy to clipboard operation
Desk copied to clipboard

🔮 The application platform for your cyberpunk desk

Results 31 Desk issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bevy](https://bevyengine.org) ([source](https://togithub.com/bevyengine/bevy)) | workspace.dependencies | minor | `0.10` -> `0.11` |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ariadne](https://togithub.com/zesterer/ariadne) | dev-dependencies | minor | `0.2` -> `0.3` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pretty_assertions](https://togithub.com/rust-pretty-assertions/rust-pretty-assertions) | dev-dependencies | minor | `1.3.0` -> `1.4.0` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://togithub.com/uuid-rs/uuid) | dev-dependencies | minor | `1.3` -> `1.4` | ---...

dependencies

The current parser emits AST with span data of `0..0`. `parol` have a way to get span for syntax elements. - [x] Define `SpanStorage` trait - [x] Use `parol` with...

:beginner: good first issue
Desk-lang

:lady_beetle: bug
Desk-lang

Garbage collected version of `ref` and `mut`.

Desk-lang

`'ref type` is something like a `Arc` and `'mut type` is something like a `Arc`. ## Syntax ```desk 'ref 1 ``` ```desk $ 'mut 1; // update the value 'mutate...

Desk-lang