Matt Lim

Results 9 issues of Matt Lim

My CSS is similar to the example in the README ``` .item { display: block; position: absolute; width: 100px; height: 100px; margin: 5px; z-index: 1; background: #000; color: #fff; }...

question

Initially brought up here: https://github.com/prisma/prisma/issues/4998#issuecomment-787206842 ## Problem The fact that the `createMany` API does not return the created records (which should be possible for Postgres) makes it difficult/impossible to use...

kind/feature
topic: performance
team/client
topic: createMany()
topic: RETURNING

### Version Information Server Version: v2.6.2-cloud.1 ### Environment Cloud ### What is the expected behaviour? I expect the node limit to be based on the number of nodes in the...

k/bug

The [spec](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-element-conformance) says this: > The element's attributes and children must not be inspected, as in the non-upgrade case none will be present, and relying on upgrades makes the element...

bug
help wanted
Content: WebAPI

We have Datadog profiling for our backend (which uses analytics.js to log events), and it looks like this library has a memory leak somewhere

I'm trying to listen for `accountsChanged` and `clusterChanged`, but those events don't appear to be fired. Here's my code ``` window.solana.on("connect", () => { console.log("CONNECT"); }); window.solana.on("disconnect", () => {...

I couldn't find a way to do this, and so I think it just uses the default of 2x the binary size This is not ideal, because it's often useful...

For example, let's say I have `Foo.tsx`, which contains a GraphQL mutation called `FooMutation`. This will cause Relay compiler to generate a file called `FooMutation.graphql.ts` However, if I delete `FooMutation`...

___ ***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.* ___ **Godot version:** v3.2.stable.official **OS/device including version:** macOS Catalina Version 10.15.2 **Issue description:**...

bug
topic:editor
confirmed