evbo

Results 68 issues of evbo

Hi, I think this is both a small enhancement proposal for apollo-scalajs facades and perhaps an issue outside the scope of this project [related to the underlying fetching API that's...

I am trying to import s3 data from localstack, using: ```sql select aws_s3.table_import_from_s3( 'tablename', 'col1,col2', '(format csv, header true)', aws_commons.create_s3_uri('my-bucket','test.csv','us-west-2'), aws_commons.create_aws_credentials('none','none',''), 'http://localstack:4566'); ``` `none` is what I use for all...

### Describe the new feature It would be cool to see a graphical output of explain as demonstrated here: https://github.com/asutherland/grok-sqlite-explain ### Does this feature exist in another product or project?...

enhancement

Hi, all of the examples discussed in this prior issue log the `step` results to the console, but how could you store the stream as state to a react component...

I get that this is a thin wrapper and I don't want to nitpick but why exactly is it necessary? Could the readme introduce the use for it? I just...

In Scala 2 for an `input`'s `onChange` I would usually use a type like: `slinky.core.SyntheticEvent[org.scalajs.dom.html.Input, org.scalajs.dom.Event]` But in Scala 3 Slinky complains that it needs a: `slinky.core.SyntheticEvent[slinky.core.TagElement#RefType, org.scalajs.dom.Event]` ```scala [error]...

bug
scala3

One use case for drawing a circle is to set `cx` and `cy` both to `50%` and then it will be centered without using a viewbox, but that results in:...

bug

I can probably submit a PR eventually, but just wanted to capture this in case someone has a fix already! drag and drop is of course a stunner HTML5 delivered...

It says in the directions on this page that after updating the wp code and pushing it to the server that wordpress should prompt you to "update the database". However,...

I am finding that all calendar plugins (gcal, my calendar, the event calendar, etc.) do not work. Is this because of the heroku postgres database being incompatible? Please offer some...