Jason Pickens

Results 193 issues of Jason Pickens

In order to use vitest to mock dependencies of memfs, the dependencies have to use native JavaScript imports. This can be used as a workaround to #327.

I'm not sure why this is happening since they ought to be `CallByNeed` but it looks as though type classes are being summoned for case class parameters even if they...

There is at least one problem when ST converts something like https://www.npmjs.com/package/react-error-boundary. It has the following layout: ST ends up generating this: ``` @JSImport("react-error-boundary/dist/declarations/src/ErrorBoundary", "ErrorBoundary") @js.native val component: js.Object =...

Reproduction: https://github.com/steinybot/bug-reports/tree/scalablytyped/max-parameters-exceeded NOTE: This is using the changes in https://github.com/ScalablyTyped/Converter/pull/586 Trying to import and compile this: ``` ThisBuild / scalaVersion := "2.13.11" enablePlugins(ScalaJSPlugin, ScalablyTypedConverterGenSourcePlugin) organization := "com.example" stOutputPackage := "web.typings"...

I was expecting something like this to work: ``` val id = dsl.string("[^/]+") (emptyRule | staticRoute("products", Products) ~> render( render( dynRender((info: ProductInfo) =>

This issue is for doing something about `T#tagType` which is not supported in Scala 3, as mentioned in #494. ``` type supports[T AttrPair[T#tagType] ``` Changing that to something like: ```...

bug
scala3

There are some long standing issues in Typescript and its types for JSX which make it impossible to restrict the type of children that a component will accept (https://github.com/microsoft/TypeScript/issues/13618 which...

### Describe the feature you'd like: I'd like to have an `includeDescendents` option to `*ByText` which would effectively be the same as searching by `innerText` (but it's not that simple...

Resolves #737 This does a couple of things. The first is to add a `--background` setting which stops mdoc from reading from standard input and waiting for the enter key...

I once asked for watch to be [removed from the sbt plugin](https://github.com/scalameta/mdoc/issues/463) however I have actually been trying to make use of it but without much luck. In order to...