-
The 16 bits in use to communicate the frame size are not necessary, since the first 8 bits of each frame's header contains the number of channels and from that you can calculate the total frame size, …
-
# Discussion: Modern WinUI DataGrid
Hey community members! We've seen that DataGrid has been a valuable piece of the Windows Community Toolkit for many of you and we are interested in graduat…
-
I read this article and it left me perplex... https://medium.com/javascript-scene/identity-crisis-how-modern-applications-generate-unique-ids-39562736f557
Would be great to put this generator in co…
-
This bug was originally filed in Launchpad as [LP: #1682871](https://bugs.launchpad.net/cloud-init/+bug/1682871)
Launchpad details
affected_projects = ['cloud-init (Ubuntu)', 'linux (Ubuntu)', 'clou…
-
# Scope - About this issue
Where reasonable, try to make winning entries consistent.
Consistency includes things such as:
- filenames
- hint / judges remarks / winner writeup / winner's rema…
lcn2 updated
7 months ago
-
We propose a new package providing structured logging with levels. Structured logging adds key-value pairs to a human-readable output message to enable fast, accurate processing of large amounts of lo…
jba updated
10 months ago
-
This is open for discussion of the final high DPI approach for SDL 3.0
There are two basic approaches we've considered:
* SDL uses points for window and mouse coordinates, display scale and actual…
-
This is feedback on the API, as described on the page:
https://web.dev/file-system-access/
I think this API has very limited use, because it will annoy the user with file access questions all th…
-
```js
@deco
export class A {}
```
or
```js
export @deco class A {}
```
or allow both?
-
We have received several requests from elementary AppCenter app developers for a way to set (or prompt a user to set) a global keyboard shortcut to launch their app or a specific feature of their app …