TikiTDO
TikiTDO
I have a use case where I would like to post a notification to a webhook, but I want to control the data being posted. This implements a `process_data` argument...
Updates the `fire` and `fire!` methods to set the current event. Fixes #551
When defining a global callback using a block in rails, it persists across parent model auto reloads
We have a scenario where we do something like this: ```ruby class SomeModel< ActiveRecord::Base include AASM aasm do #... after_all_transitions do # Global Callback end end end ``` When `SomeModel`...
The lib is currently pulled with intermediate build artifacts, which get automatically replaced when an app is started. It should be safe to exclude these from the package.
**The problem** Occasionally (but not always) when using `FlatList`, `SectionList`, or other components based on `VirtualizedList` in order to display complex list items, the console will display a "Can't perform...
This changes the transform pass of the generator to run in one pass of the output string, instead of using string replacer. It might make sense to just make something...
I have a scenario where I would like to create a zip that resolves to the same hash each time, similar to how the *nix `zip -X` flag works, but...
Previously the highlighter would not highlight `class extends parentClass` which is valid coffeescript
Continuing from #82, with more generic handling... **What**: Allows preval to parse typescript (and potentially any dialect supported by babel with some extra work) **Why**: Preval currently chokes on typescript....
**What**: Allows preval to parse typescript (and potentially any dialect supported by babel with some extra work) **Why**: Preval currently chokes on typescript. This PR serves as a *proof-of-concept* to...