sandstrom

Results 466 comments of sandstrom

Passing settings through would be very useful! Ideally a single hash, but if you'd really want to keep them apart there can be two option hashes, one for broccoli-sass, and...

Just to chime in here. I think it would be possible to compile duckdb at gem install time, similar to sqlite. This file is the entrypoint to their install. https://github.com/sparklemotion/sqlite3-ruby/blob/master/ext/sqlite3/extconf.rb...

@suketa Thanks for a great gem! Would you be open to some sponsorship for making more improvements to this gem? For example $200 a month for 6 months, as a...

@suketa Sounds great! I've added $100 sponsorship. Obviously I realize you have job and other things to do, but hopefully this can help a bit towards maintaining and improving this...

@suketa Just wanted to let you know we've increased the sponsorship to $150 a month. Also, just a small suggestion. I'd disable the 'projects' tab if it isn't used, and...

Is there any issue tracking the improvements mentioned in https://github.com/Shopify/ruby-lsp/issues/199#issuecomment-1682283521 above? (making it work for methods included from a module on a parent class, for example)

@hainesr I'd close this one, and if anyone wants to provide an updated PR, then maybe consider it. But in general, encrypted Zip files are rarely used. So I'm not...

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe...

@hainesr I'd close this one. Encrypted Zip files are rarely used. So I'm not convinced it's worth the added work and maintenance cost. If anyone wants to open a PR...

A popular pattern for securely storing credentials in single page apps is to use a web worker. For example, see this guide: https://engineering.mercari.com/en/blog/entry/20220930-building-secure-apps-using-web-workers/ Unfortunately, a lot of testing frameworks rely...