Damon P. Cortesi

Results 46 issues of Damon P. Cortesi

There are several places where `INSIDE_QS` is used instead of `QS` particularly in ALB regex. As noted in #3 this can cause issues in certain cases. However, we have to...

enhancement

axon [bumped their exla/nx dependencies](https://github.com/elixir-nx/axon/pull/235/files#diff-dfa6f4ed74c90e5d4fda283d547d366586e690387289bcfd473e3fa5f9ace308) to `0.2.0` without bumping it's own version. So when trying to run `mix deps.get` I get a version conflict. I was able to just comment...

### What happens? When using the Spark API with an S3 URI, a RuntimeError exception is raised unless the httpfs extension is manually loaded. ``` Traceback (most recent call last):...

under review
experimental

## What changes were proposed in this pull request? * Exclude unnecessary Cat X licenses where possible. Per the [incubator release vote](https://lists.apache.org/thread/1dgngcg3zpfkqdx5ort5nmogvhsgzo0y), there were several Category X licenses in the...

## What changes were proposed in this pull request? - Added `test,provided` to `excludedScopes` property for license maven plugin. - https://issues.apache.org/jira/browse/LIVY-981 ## How was this patch tested? - Generated licenses...

I have a notebook in which I've pasted multiple images. Unfortunately, each image has the same name. And due to [this code](https://github.com/greenape/mknotebooks/blob/73eb643d371597c36d3aa6b8436bdf3358116c61/mknotebooks/plugin.py#L237) that extracts the attachments, each image is overwritten...

If I use Mongomatic classes within submodules, observers don't seem to work. With the example below, if I try to do a Bob::Person.new, I receive a `NameError: wrong constant name...

needs_confirmation

This updates the emoji.json file to the latest from iamcal/emoji-data@401f2b4 As part of this, a couple methods in EmojiData.rb had to be updated to handle some quirks in the new...

- Remove duplicate EMR release - Don't overwrite existing `.devcontainer` environments By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the...

It can be useful to connect to a remote cluster and execute commands. Either through Livy or ThriftServer and with Jupyter+SparkMagic.