Rijk van Wel

Results 15 issues of Rijk van Wel

Here's a screen capture of what I mean: https://user-images.githubusercontent.com/159500/105332099-86eff800-5bd4-11eb-963b-618ae73cced5.mov There's a 1 frame glitch where the tooltip grows and is then repositioned: ![image](https://user-images.githubusercontent.com/159500/105332283-ba328700-5bd4-11eb-820a-6047a4d489d6.png) This looks bad. Ideas for improvement: -...

bug

https://www.react-laag.com/ ![image](https://user-images.githubusercontent.com/159500/104347087-7ff42600-5500-11eb-99ce-0ce179f77c7a.png) After making it wider and less wide again: ![image](https://user-images.githubusercontent.com/159500/104347125-8d111500-5500-11eb-9a55-dd3e37fa9d7d.png)

bug

Take the following config: ```ts useLayer({ placement: 'right-center', possiblePlacements: [ 'right-center', 'left-center', 'bottom-center', 'top-center', ], auto: false, }) ``` Expected result: ![image](https://user-images.githubusercontent.com/159500/102613332-94781500-4132-11eb-9ae5-e069b1316416.png) Actual result: ![image](https://user-images.githubusercontent.com/159500/102613368-a5288b00-4132-11eb-8de6-c9bf1b81e162.png) The `possiblePlacements` are only used...

Something you frequently do in the application, is check if the current user is allowed to access something. As there currently is no shorthand for this in the Javascript API,...

enhancement
good first issue
help wanted

I think this has to do with the 'decaffinating' of the package; after updating to 1.0.0 using `UserStatus` without importing no longer works. To get it to work, you have...

I had to do some Googling to find out how this stuff works, thought it might help someone in the future.

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information next info: ``` Operating System: Platform: darwin Arch:...

kind: bug
type: needs investigation
area: app

Apologies as this is not a bug, but a question. I've read the [docs](https://github.com/sanity-io/document-internationalization/tree/637468aad7dc6a195f50605aa939525e3de97ba4?tab=readme-ov-file#advanced-configuration), the [special doc page](https://github.com/sanity-io/document-internationalization/blob/main/docs/05-allowing-the-same-slug-for-translations.md) on this, and looked through the source code, but I cannot figure...

I had to do ~ 2 hours of browsing source code to figure out how to set this up so it passes the loginToken from the frontend, and the backend...

Quick question: what exactly does `Job.startJobServer()` do, and why is it necessary? As far as I understand the package, it works as following (for me): 1. Initialize `new JobCollection` on...