Jason Pickens
Jason Pickens
You may also want to discuss this in [Ideas](https://github.com/BotTech/scala2plantuml/discussions/categories/ideas). **Description** When a type `A` extends another type `B` and also defines a member of type `B` there is both a...
**Description** Version: 0.2.0 (https://github.com/BotTech/scala2plantuml/tree/cf2cf9da603456983deb0bec3e5d80c2eefd1a8d) The main branch is configured to publish snapshot but it fails. **Step To Reproduce** Run the CI build: https://github.com/BotTech/scala2plantuml/runs/2062742846 **Expected Behaviour** The build should pass and...
### Current behavior The instructions on https://docs.cypress.io/api/cypress-api/catalog-of-events#To-catch-a-single-uncaught-exception on how to catch a single uncaught exception from the app do not work. `uncaught:exception` is being given the cypress runner error and...
### What would you like? I would like to do conditional testing. Well not really, I want conditional commands, I don't care about the assertions. One solution is to have...
### Problem Statement We want to be able to use `@sentry/react` from the CDN ### Solution Brainstorm Add `@sentry/react` to the CDN. We tried using the one from NPM but...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Fixes #4985 This is a first attempt. I'm not sure if it is doing the right thing yet but its fast and doesn't throw an OOME and it passes the...
Scastie: https://scastie.scala-lang.org/thK7wor1S7OeKO9smIZx9Q Repo: https://github.com/steinybot/bug-reports/tree/scala-js/combine-objects-private-fields Attempting to run: ``` package example import scala.scalajs.js object Main extends App { trait Config extends js.Object { def title(): String } val config = {...
`test.proto`: ``` syntax = "proto3"; package bugs; message Request { oneof sealed_value { Echo echo = 1; } } message Echo { string message = 1; } ``` `build.sbt`: ```...
`Line` says: > Represents a single, literal newline. > This is always nested inside the left of a FlatAlt. > Exposing this at the top level breaks a number of...