-
To get things to work with VSCode I had to make the following changes:
```jsonc
// .vscode/settings.json
{
"[glimmer-js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"edi…
-
regarding https://www.idigbio.org/portal/publishers
The lists in each section used to be sortable by clicking on each column heading. The little up/down arrow indicators for sort are not visible a…
-
```
Auth.federatedSignIn({provider: 'SignInWithApple'});
```
When I use this code, it jumps to safari, so it will be rejected by the app review.
Is there a way to use sign in with apple without ju…
-
### Summary
Hello! I see the attached screen for a fresh install.
Immediately after `expo prebuild`, I notice that the app was opened using:
```
› Opening com.anonymous.examplerouterapp://expo…
-
# Step 1/6 - Create a git branch
- Create a branch called `feature/setup`
If you don't remember how to create a branch, check the references in the previous issues.
**Note**: From here, the issues …
-
Before I go into the details and reasoning I’ll get straight to the point. **The most valuable thing `request` can do for the JavaScript ecosystem is to go into maintenance mode and stop considering n…
-
I don't know if this is the right place to discuss about it, but I think "high level isolated components" should be easier to integrate in Meteor.
core topics:
- Polymer and other UIs + Animation sup…
-
In CSS, there are built-in functions, such as `min` and `max`. Unfortunately, Stylus has the exactly same built-in functions, That's bad and error prone.
I wanted to write a CSS `max` to responsive…
-
### Summary
I need to use a library not supported by expo, react-native-compressor. So I decided to use a dev client. When I run `eas build --profile development --platform ios` I get the following…
-
## Issue
Recently I have transferred my app's notifications service from AppCenter to Firebase Cloud Messaging. iOS and mostly Android devices are working fine. However, I hav…