IndyHallLabs/css-sprite-generator 21
This is a quick little utility to take some of the pain out of stitching together graphics for use as css-sprites it was conceived to fit a specific workflow. Original Authors: Saul Rosenbaum - Chris Morrell
Enforce usage of NODE_PATH environmental variable to make loading application modules in Node.js more consistent.
This is a desktop-only version of Twitter's bootstrap (with all media queries stripped)
inxilpro/deepstreamio-storage-aws-dynamodb 6
AWS DynamoDB storage for deepstream
Bootstrap theme for Aire
inxilpro/deepstreamio-server-client-plugin 4
Deepstream plugin that attaches a client object to the server
glhd/laravel-timezone-mapper 2
Map latitude/longitude to a timezone without making external API calls
Captive portal for Unifi/Cobot configs
HTML, CSS, and JS toolkit from Twitter
A jQuery plugin for inflating web type
issue commentinxilpro/node-app-root-path
Path resolution in npm linked modules report module and not root app path.
I have to share an interesting bug that took a long time to figure out and is directly related to this issue:
https://medium.com/@fagnerbrack/the-story-of-a-stupid-bug-that-is-impossible-to-reproduce-6863ac526172
Basically:
- NPM install on local files creates a symlink.
- Zipping removes the symlink.
- This can cause a bug that can only happen in prod and is impossible to reproduce locally.
comment created time in 11 hours
Pull request review commentInterNACHI/modular
+<?php++namespace InterNACHI\Modular\Console\Commands\Make;++use Illuminate\Support\Facades\Config;+use Livewire\Commands\MakeCommand;+use Symfony\Component\Console\Input\InputOption;++class MakeLivewire extends MakeCommand+{+ use Modularize;++ protected $signature = 'livewire:make {name} {--force} {--inline} {--test} {--stub=default}';++ public function __construct()+ {+ parent::__construct();++ $this->getDefinition()->addOption(+ new InputOption(+ '--module',+ null,+ InputOption::VALUE_REQUIRED,+ 'Create this resource inside an application module'+ )+ );++ Config::set('livewire.class_namespace', 'Modules\Blueprints');+ Config::set('livewire.view_path', 'app-modules/blueprints/resources/livewire');
Will check everything tomorrow, on a Europe timezone so it’s late :)
comment created time in 17 hours
Pull request review commentInterNACHI/modular
class ModularizedCommandsServiceProvider extends ServiceProvider { protected $overrides = [+ 'command.livewire.make' => MakeLivewire::class,
Yeah me and @DanielCoulbourne was thinkering with this to make it work and we what we could find was that Livewire was hooking the make command in a not standard way so we didn’t find a solution for adding the —module argument into LW.
comment created time in 17 hours
Pull request review commentInterNACHI/modular
+<?php++namespace InterNACHI\Modular\Console\Commands\Make;++use Illuminate\Support\Facades\Config;+use Livewire\Commands\MakeCommand;+use Symfony\Component\Console\Input\InputOption;++class MakeLivewire extends MakeCommand+{+ use Modularize;++ protected $signature = 'livewire:make {name} {--force} {--inline} {--test} {--stub=default}';++ public function __construct()+ {+ parent::__construct();++ $this->getDefinition()->addOption(+ new InputOption(+ '--module',+ null,+ InputOption::VALUE_REQUIRED,+ 'Create this resource inside an application module'+ )+ );++ Config::set('livewire.class_namespace', 'Modules\Blueprints');+ Config::set('livewire.view_path', 'app-modules/blueprints/resources/livewire');
Oh… sorry about that was me and Daniel that was playing around with the tests and then we focus on fixing the styling issue thing so forget to delete all this.
comment created time in 17 hours
pull request commentglhd/aire
Form 2 Inheriting Form 1 Attributes
@inxilpro take a look at this when you get a chance -- seems to be the solution =)
comment created time in 19 hours
delete branch glhd/aire
delete branch : dependabot/npm_and_yarn/browserslist-4.16.6
delete time in 20 hours
delete branch glhd/aire
delete branch : dependabot/npm_and_yarn/hosted-git-info-2.8.9
delete time in 20 hours
delete branch glhd/aire
delete branch : dependabot/npm_and_yarn/lodash-4.17.21
delete time in 20 hours
delete branch glhd/aire
delete branch : dependabot/npm_and_yarn/glob-parent-5.1.2
delete time in 20 hours
delete branch glhd/aire
delete branch : dependabot/npm_and_yarn/normalize-url-4.5.1
delete time in 20 hours
push eventglhd/aire
commit sha 774968e55c2a538d41fa2b5ebb95199d546b1f35
Only run coverage on main branch
commit sha 65ac8a0e5dc14e51812c72f136e43c563a0887fa
Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 774968e55c2a538d41fa2b5ebb95199d546b1f35
Only run coverage on main branch
commit sha 942fd374490682d5e5266890a0c8bc14f4f71377
Bump hosted-git-info from 2.7.1 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 774968e55c2a538d41fa2b5ebb95199d546b1f35
Only run coverage on main branch
commit sha 86c807ff7f0519a91ddad0eb02713e0bb020a568
Bump browserslist from 4.6.6 to 4.16.6 Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.6 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.6.6...4.16.6) Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 774968e55c2a538d41fa2b5ebb95199d546b1f35
Only run coverage on main branch
commit sha c1b050895669064d5a53ca077d5ac6a2400308a8
Bump ws from 6.2.1 to 6.2.2 Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 774968e55c2a538d41fa2b5ebb95199d546b1f35
Only run coverage on main branch
commit sha ea10f80de3d5a7d83a75aae3743ebf701d4d0309
Bump glob-parent from 5.0.0 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 774968e55c2a538d41fa2b5ebb95199d546b1f35
Only run coverage on main branch
commit sha fff8792c7d4ea2a61bb5588c35052e3fc298327c
Bump normalize-url from 4.3.0 to 4.5.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.3.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 58ce004b6b69e36bc93f5b2761c23e59a113a5d8
Run CI on PR
commit sha 0be9192268d5020a4c777352a99507efc3386d71
Publish coverage last
commit sha dd9ea22ca8f060d2fa9450e4aa06f78e4c48d7d5
Coverage after tests
commit sha 266e63c9d4cbdfbe676a2d0d617901d448adfb6e
Fix datetime casing
commit sha f700e20b84b5894e7132f821940970b24c5b3223
Tweak actions caching
commit sha bc095c1f06b602d66d784832a804fc62b92f49bf
Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 58ce004b6b69e36bc93f5b2761c23e59a113a5d8
Run CI on PR
commit sha 0be9192268d5020a4c777352a99507efc3386d71
Publish coverage last
commit sha dd9ea22ca8f060d2fa9450e4aa06f78e4c48d7d5
Coverage after tests
commit sha 266e63c9d4cbdfbe676a2d0d617901d448adfb6e
Fix datetime casing
commit sha f700e20b84b5894e7132f821940970b24c5b3223
Tweak actions caching
commit sha d64f355932f330b6c9391bc60220acb2a6ef5ee8
Bump hosted-git-info from 2.7.1 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 58ce004b6b69e36bc93f5b2761c23e59a113a5d8
Run CI on PR
commit sha 0be9192268d5020a4c777352a99507efc3386d71
Publish coverage last
commit sha dd9ea22ca8f060d2fa9450e4aa06f78e4c48d7d5
Coverage after tests
commit sha 266e63c9d4cbdfbe676a2d0d617901d448adfb6e
Fix datetime casing
commit sha f700e20b84b5894e7132f821940970b24c5b3223
Tweak actions caching
commit sha 3000643edea503a86bd9dc021ed27d7373453f09
Bump browserslist from 4.6.6 to 4.16.6 Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.6 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.6.6...4.16.6) Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 58ce004b6b69e36bc93f5b2761c23e59a113a5d8
Run CI on PR
commit sha 0be9192268d5020a4c777352a99507efc3386d71
Publish coverage last
commit sha dd9ea22ca8f060d2fa9450e4aa06f78e4c48d7d5
Coverage after tests
commit sha 266e63c9d4cbdfbe676a2d0d617901d448adfb6e
Fix datetime casing
commit sha f700e20b84b5894e7132f821940970b24c5b3223
Tweak actions caching
commit sha 6aa8b02ad98adfd7403b597181b49027638b5891
Bump ws from 6.2.1 to 6.2.2 Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 58ce004b6b69e36bc93f5b2761c23e59a113a5d8
Run CI on PR
commit sha 0be9192268d5020a4c777352a99507efc3386d71
Publish coverage last
commit sha dd9ea22ca8f060d2fa9450e4aa06f78e4c48d7d5
Coverage after tests
commit sha 266e63c9d4cbdfbe676a2d0d617901d448adfb6e
Fix datetime casing
commit sha f700e20b84b5894e7132f821940970b24c5b3223
Tweak actions caching
commit sha 50555e3c3a9c1ed068f3ca7ddeeb0ed8dbab82c9
Bump glob-parent from 5.0.0 to 5.1.2 Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
push eventglhd/aire
commit sha 58ce004b6b69e36bc93f5b2761c23e59a113a5d8
Run CI on PR
commit sha 0be9192268d5020a4c777352a99507efc3386d71
Publish coverage last
commit sha dd9ea22ca8f060d2fa9450e4aa06f78e4c48d7d5
Coverage after tests
commit sha 266e63c9d4cbdfbe676a2d0d617901d448adfb6e
Fix datetime casing
commit sha f700e20b84b5894e7132f821940970b24c5b3223
Tweak actions caching
commit sha 91304fef18fed32dddd6a3ed7289b8a2fc7e9e33
Bump normalize-url from 4.3.0 to 4.5.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.3.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 20 hours
pull request commentInterNACHI/modular
Updated for auto discovery with the new methods
comment created time in 21 hours
pull request commentglhd/aire
Form 2 Inheriting Form 1 Attributes
No tests in ci?
comment created time in a day
PR opened glhd/aire
@inxilpro
Hey so I ran into this issue where if you open 2+ forms on the page with implicit open via route method it inherits form properties from from #1.
aire()->route() <- causing the issue
aire()->open()->route() <- works just fine
I wrote a test for the failing case -- I'm not sure why its doing what it's doing -- ping me if you want to dig into it!
pr created time in a day