Mark A. Stratman
Mark A. Stratman
## Title Add Package "meseeks" Remove Package "exquery" ## Description Per the readme of exquery, it should be replaced with meseeks: https://github.com/rozap/exquery/blob/master/README.md ## Commit message meseeks is a library for...
I added a `MailgunHelper` with a `tag` function (https://github.com/thoughtbot/bamboo/pull/490), but it currently only supports a single tag. ([aa4a22](https://github.com/thoughtbot/bamboo/pull/490/commits/aa4a22956485642c93b47e108c3ffd7277aa5125#diff-312afa3cc0acebd25b646fb75f9c5878R18)) I believe https://github.com/thoughtbot/bamboo/issues/469 is a prerequisite. As far as I can tell,...
Currently the menu always closes on blur: https://github.com/riophae/vue-treeselect/blob/d4943eb8287a5253516501f29326074b2038c434/src/components/Input.vue#L99 For mobile this can be a problem: 1. User taps treeselect, 2. keyboard opens, taking up half the display, 3. user scrolls...
See the example below. It's an oval pad with a slot hole. In EasyEDA both the slot and pad are wide and short. In KiCAD after the conversion, the hole...
> I have one suggestion about the fixHeight function. When the function calculate the children's height : the hidden element are count. > > Maybe the line 394 : stepContainer.children().each(function()...
Using perl-5.40.0 from perlbrew I get the following error (full build log attached): ``` LD_RUN_PATH="/Applications/Postgres.app/Contents/Versions/9.6/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -Wl,-rpath,"/Applications/Postgres.app/Contents/Versions/9.6/lib" -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong Pg.o dbdimp.o quote.o types.o -o blib/arch/auto/DBD/Pg/Pg.bundle...
My `perl` binaries on an M1 mac are x86_64 which is preventing me from building DBD::Pg. I believe I need an arm64 binary. ``` ~ $ file /Users/mstratman/perl5/perlbrew/perls/perl-5.40.0/bin/perl /Users/mstratman/perl5/perlbrew/perls/perl-5.40.0/bin/perl: Mach-O...