-
**Current behavior:**
https://github.com/emotion-js/emotion/blob/73f688103c5307c90d7544508b6d935243e4299e/packages/styled/src/base.js#L183
**Expected behavior:**
No copy.
**Context**
Re…
-
## **Please read follow-up comment; this may be able to just be closed!**
### Issue description
`phantom-camera` version: `0.6.4`
Godot v4.2.1.stable - macOS 14.1.1 - Vulkan (Forward+) - integr…
-
This issue is for discussing and gathering feedback for Design Notes on Kotlin Value Classes: https://github.com/Kotlin/KEEP/blob/master/notes/value-classes.md
-
Functions are what is synthesized.
Functions are simple.
Functions are flat, because no state is nested inside them.
Functions are explicit, because all state is outside, visible to the user, who is r…
-
By the end of [our final exam slot](http://benmiller314.github.io/cdm2023spring/schedule#final), please reply to this thread with a single post containing the following:
1. a **prose reflection** o…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
Align the visual elements, typography, and color schemes of the app/client with the landing page to create a cohesive user experience. This will enhance brand recognition and improve overall aesthetic…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
# GitHub orgs in scope
* [ipfs](https://github.com/ipfs)
* [libp2p](https://github.com/libp2p)
* [ipld](https://github.com/ipld)
* [multiformats](https://github.com/multiformats)
* [ipfs-shipyard…
-
The `new URL()` constructor currently requires at least one of its arguments to be an absolute URL.
```js
new URL('./page.html', 'https://site.com/help/'); // OK
new URL('./page.html', '/help/')…