Michael Chrisco
Michael Chrisco
If anyone can find more EDI/X12 resources, feel free to contact me or add a PR to the repo.
The newest version 9.0+ https://github.com/illuminate/database seems to be having issues with php 8.0+ Note this bug seems to only break this libraries CI job and NOT the official framework itself....
New functionality was added here: https://github.com/michaelachrisco/ReadOnlyTraitLaravel/pull/43 to disable the trait on the fly. This should be added to the README file at some point.
The error in a nutshell: `AttributeError: 'dict' object has no attribute 'decode'` __________ Hello! I am attempting to use this library as a client library for an internal project. The...
Original Gemfile: ``` Ruby source 'http://rubygems.org' gem 'rails', '4.0.1' # Use mysql as the database for Active Record gem 'mysql2' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' #...
Add @smooks https://github.com/smooks/smooks-edi-cartridge (or maybe just https://github.com/smooks ?) which seems to be an extension of smooks. Never used it but looks like others have.
https://docs.joinbookwyrm.com/install-prod.html Has a link to "Open an issue or pull request to add your instance to the [official list](https://github.com/bookwyrm-social/documentation/blob/main/content/using_bookwyrm/instances.md)" But the link no longer exists in `main`.
https://laravel-news.com/php-8-2-0#content-readonly-classes Looks like PHP introduced readonly classes. Would it make sense to inherit that instead of having custom exceptions? It looks like it only works with dynamic properties not necessarily...
I was able to get https://github.com/sonicdcer/sf64 decompiled and working as per their instructions. Thought it would be a good place, since the build folder generates the .elf file and spits...
In the examples here: https://meshtastic.org/docs/development/python/library/ We have a method we can subscribe to called `onReceive`. Is there a way to hook into something similar like `onSend`? Like anytime the device...