Gabriele Petronella

Results 14 issues of Gabriele Petronella

I'm trying to parse a document, but I get this error. Here's my code attempt ``` require 'treat' include Treat::Core::DSL rovio_privacy = document 'http://www.rovio.com/privacy' rovio_privacy.apply :chunk, :segment, :tokenize, :parse ```...

# Feature Request ## What challenge are you facing? GitHub badges for private jobs don't show up in GitHub READMEs. Here's how I see them: ![image](https://cloud.githubusercontent.com/assets/691940/24606324/f7bddd40-186c-11e7-980a-f046a77f7b51.png) ## A Modest Proposal...

core/api
help wanted
enhancement

Hello, thanks for this project, it looks really great and I'd love to use it for documenting a library I'm working on. I've found an issue when trying to work...

I was not able to minimize this, but here's an example: Given this code: ```scala // ... override def logins(): F[List[SaltedgeLogin]] = { for { json

Semantic

Possibly related to (the fix for) https://github.com/scalameta/metals/issues/101 Given this example: ```scala import io.circe.generic.JsonCodec @JsonCodec case class A(x: String) ``` The definition for `JsonCodec` on line 2 is the position of...

Scalac

Hi @itryapitsin , first of all thanks for this package, it's been super useful over these years. Do you think it makes sense to unpublish it from the Marketplace, now...

Metals is a language server for Scala, but it's very common for a project to have either Java dependencies or Java sources. When jumping to a definition and landing on...

Apart from `Box`, we currently don't forward the `ref` prop of any of the components. This is rather arbitrary and potentially problematic in some situations. For example, we can't use...

For example, if you have a `SelectField` with all the countries in the world, then it starts to lag. This is due to the lack of virtualization in react-select, see...

bug

Avatar should accept an optional `imageSrc` prop. It would be cool if we could show the default icon (or initial, depending on whether `username` is set or not) while the...