esb
esb
In a previous issue, I'd raised the problem of running code after the Intercooler swap had completed. It was pointed out that I could use the Intercooler.ready function in the...
I've been trying to load this datbase today, but I'm getting odd errors that I'm not sure about. This is running on Centos 7 with Python 3.8.6 with Psycopg2 2.8.4...
### What happened? When using the "fromDropData" API call, the call returns an Item with an "effects" field populated as a Map. This is correct as the schema defines effects...
I'm migrating a bunch of code from Xeroizer, but I've noticed that there's no support for handling rate limit exceptions. As I understand it, the API endpoint issues HTTP 429...
As a quick exercise, I have added the ability to search the array values with a regular expression. The following scope was added to taggable.rb ```ruby scope :"with_#{tag_name}_like", ->(pattern) {...
### What happened? By default, if the "sound" option is not provided when creating a ChatMessage, then the correct default value is not created. The error is in chat-message.js#_preCreate where...
The javascript being generated by update_page is incorrectly marked as html_safe. This causes a problem when you include an update_page fragment as an option on an HTML tag. For example:...
The SASS default handling now throws an exception since release 1.76.0 ```sass $white: #fff !default; ``` This code causes the error ``` Error: Null check operator used on a null...
Getter methods should respect the get status on generated super calls. This means that the super call should not include any argument syntax.
Pragmas
Add support for Pragmas. A pragma can be added by the addition of a comment at the end of a line. The comment has the format "# Pragma: xxxxx" where...