Zane Chua

Results 24 comments of Zane Chua

I'll take a look at how to implement something like this. Ideally I can modularise it.

Partial Implementation: https://github.com/poowf/otter/commit/c2d12fcaf7f7a3a513bc6ba88e4651f2d3c2d658

WIP: https://github.com/poowf/otter/commit/08d3c0cde2df2937c99d400a3fed5757838d7486

Updated relationship implementation: https://github.com/poowf/otter/commit/4d841012dae7f206fa41b77d1da59678363620e6 HasMany relationships: https://github.com/poowf/otter/commit/bfdbcc598274828013657934a5aa27974eb427e2

Test Scaffolding Added in: https://github.com/poowf/otter/commit/24b3bc07216b3e8495d82c93119b2f20bd34dd1a

Hey @joesama Thanks for the pull request. I've been out of the laravel scene for awhile. Is the registration of the service provider not required anymore?

You can also do the following for a full server side implementation: ```javascript import { getSync as getImageDataFromBuffer } from '@andreekeberg/imagedata'; import jsQR from 'jsqr'; const qrcodeImage= 'base64stringhere'; const qrcodeBuffer...

I think it's good to have choices. If you prefer an all-in-one package, then perhaps something else may suit you. Otherwise I would just respect the maintainer's wishes on their...

Hey @spencermountain I noticed that `toParticiple` was removed last year. Is there any participle support right now in compromise and if not, what are your plans on supporting this?