Jason Pickens

Results 193 issues of Jason Pickens

I would like to do: ``` def foo = bar ``` if it fits, otherwise do: ``` def foo = { bar } ``` Is this possible? Seems like I...

So I know that Cypress have a vendeta out on [Conditional Testing](https://docs.cypress.io/guides/core-concepts/conditional-testing) but there are cases where it is necessary and worth the risk of flakiness (actually it can reduce...

**Version(s)** 1.3.1 **Describe the bug** Running a Scala.js script fails with a linking error: ``` [1] jason@goodness> ./repro.sc Compiling project (Scala 2.13.14, Scala.js 1.16.0) Compiled project (Scala 2.13.14, Scala.js 1.16.0)...

bug
Scala.js

It seems that in the transition to the new Rust compiler we lost support for compiler language plugins. This is very sad. For a long time we have been using...

## ESM Node: 18.5.0 `package.json`: ```json { "type": "module", "scripts": { "relay": "relay-compiler" }, "devDependencies": { "relay-compiler": "^14.1.0" } } ``` `relay.config.js`: ```javascript export default {} ``` Run: `yarn run...

It's a pain submitting PRs to all the repositories that use sbt-git when I want to use a git worktree. This should eliminate the need for that. Related issues: -...

Changes: - Updated sbt to 1.10.0 to work with LTS JDK - Removed redundant `.java-version` file - Updated `.gitignore`

Updating sbt fixes: ``` $ sbt server/run [6:11:21] error: bad constant pool index: 0 at pos: 48461 while compiling: during phase: globalPhase=, enteringPhase= library version: version 2.12.15 compiler version: version...

** Please describe which feature you have a question about? ** I have configured previews for my app where the code is hosted in a GitLab repository. AWS Amplify does...

feature-request

Not sure why it was closed but this is still a problem: https://github.com/dbalatero/cypress-plugin-stripe-elements/issues/15. See my comments there.