grapheneX

Results 14 issues of grapheneX

[developer note] I'm creating this issue here so others can benefit from the conversation, and so it's more understood. There was a brief back and forth, so it's worth making...

Everything is working correctly for me (inside docker-compose), so thanks for your hard work here. It's not trivial, and I'm sure you're bummed about the news of Anki shutting down...

I'm opening a PR for this fork, so it doesn't get lost. There's a lot to talk about in regards to this, but I'll do a write up later. There's...

This is true in released gem and master, the reason seems to be around this line: https://github.com/ontohub/graphql-pundit/blob/master/lib/graphql-pundit/authorization.rb#L58 We don't see `self.class.current_user` being set to anything by default, and so I'm...

You can see from these screen shots that it's not behaving entirely correctly. Notice that the stitching of those two pixels doesn't quite match up with the other edge of...

Hi! I just stumbled across this project and am bummed that I didn't know about it before I started my own project (intentionally not linked here,) so I wanted to...

**Is your feature request related to a problem? Please describe.** When logging in with SSH, there's logic that [looks like it's intended to validate the public key](https://github.com/NuSkooler/enigma-bbs/blob/9172fdda9dff422325d3fb18dbbb246623446e9d/core/user.js#L310) as provided by...

enhancement
high prio

On the [List Messages](https://platform.openai.com/docs/api-reference/messages/listMessages) beta endpoint there's some new (I think added within the last week or two) pagination logic. This requires some query params on the request, but there's...

Rails 3.2.2 gem 'ruby-haml-js', git: 'https://github.com/dnagir/ruby-haml-js.git' When you require the templates (or views), the request turns into file.hamljs.js -- while sprockets will actually serve it as file.js. For instance: ```...

Teaspoon is a javascript test runner, and it supports using capybara-webkit as the driver. The capybara-webkit support was added via a PR, and a few people added some additional information...