Satoshi

Results 17 issues of Satoshi

If the number of concurrent requests becomes too high, errors may be returned. For example, if aleph.js is built without a cache, requests will often fail. ```bash deno run -A...

Deno supports testing of example code. https://deno.land/[email protected]/testing/documentation It is useful to be able to rewrite the shim of example code written for Deno. ## Expected ### Code ```ts /** *...

Thanks for the great project ! unocss is a great project, but there is also [mapcss](https://github.com/TomokiMiyauci/mapcss). I don't see the need to incorporate a specific Atomic CSS engine in the...

When I update a component file imported from page component, it is rendered correctly by HMR. However, when I reload the browser, the following warning appears in the browser console....

Deno asks for import extensions, so [deno.land/x/jotai](https://deno.land/x/jotai) will not work unless import maps are used. Module for Deno from the Node.js code base is a bit of a challenge, but...

on hold

from [GraphQL over HTTP Spec](https://graphql.github.io/graphql-over-http/draft/#sec-Request) > A server MUST accept POST requests, and MAY accept other HTTP methods, such as GET. For semantics and performance (caching, etc.), it seems to...

Hey!. I like Table Driven Test with `jest.each`. Are there any plans to implement like `jest.each`?

Since TypeScript does not currently support the throw signature, the `@throws` tag in JSDoc is the only documentation that indicates throwing an error. https://jsdoc.app/tags-throws.html

### Discussed in https://github.com/denoland/deno_std/discussions/2052 Originally posted by **TomokiMiyauci** March 22, 2022 ~~What does the comment browser compatible refer to?~~ ~~Some modules use ES2022 features. For example, [`Object#hasOwn`](https://github.com/denoland/deno_std/blob/main/collections/deep_merge.ts#L8).~~ ~~According to MDN,...

## Failing module - **GitHub**: https://github.com/ardatan/graphql-tools/tree/master/packages/schema - **npm**: https://www.npmjs.com/package/@graphql-tools/schema ```js import { makeExecutableSchema } from "https://esm.sh/@graphql-tools/[email protected]?pin=v88"; ``` ## Error message After running `deno run` I got this: ``` Import 'https://esm.sh/@graphql-tools/[email protected]?pin=v88'...

deno