-
https://twitter.com/kikobeats/status/1399440807711723525?s=12
niksy updated
8 months ago
-
I'm setting up a simple subscription in my Durable Object as follows:
```ts
const { unsubscribe } = await sql.subscribe('*:file:id=' + fileId, (row, info) => {
// ...
})
```
and it's faili…
-
I had a look at Chrome, Firefox and Safari implementation of ServiceWorkerClients get and matchAll implementations.
They are not really aligned for fetch event resultingClientId.
For ServiceWorker…
-
If I try to do something like:
```
res.send(query.exec().then(function(data) {
var formattedData = format(data);
return data;
}));
```
the plugin does not work, since it is checking for the…
-
How about running the test suite on popular promise implementations and posting the results in a table format like a [kangax compatibility table](http://kangax.github.io/es5-compat-table/es6/)?
This …
2is10 updated
10 years ago
-
We use Ember-CLI, which comes with Babel, and have regenerator and stage 0 turned on in the babelrc. We also make heavy use of Ember Data, which wraps things in its own promise implementation, which …
-
As originally posted by @marcoscaceres in https://github.com/w3c/picture-in-picture/pull/227#discussion_r1635906594:
> this algorithm is wrong then. Above it says it runs “in parallel”, and you can…
-
### 🔖 Feature description
You have @backstage/plugin-catalog-backend-module-gitlab. It implements **GitlabOrgDiscoveryEntityProvider**, which has **userTransformer** arument. I suggest you to modif…
-
The change in prettier's format function from v2.x => v3.x means that using prettier to format will return a promise instead of a string. There are also legitimate scenarios wherein generator implemen…
-
**Full name of submitter**: Brian Bi
**Reference (section label)**: [dcl.fct.def.coroutine]
**Issue description**: [dcl.fct.def.coroutine]/14 says:
> If the evaluation of the expression *`pro…