Mikal Hitsøy Henriksen
Mikal Hitsøy Henriksen
I'm making a small app running on Heroku. I'm doing paperclip with ftp storage, and it easily times out on large files. I'm interested in delayed_paperclip, but I want to...
I'd love a shortcut for spreading a column containing objects into new columns for each key. ### Use cases: - Nested or hierarchical data - Deriving multiple columns in one...
The new string interpolation syntax in C# 6 has a drawback when used with NLog: It performs the interpolation regardless of which log levels are enabled (since it has to...
#517 Disclaimer: This was implemented entirely using GitHub Codespaces (without sufficient RAM to build the whole project) on my mobile phone during toilet breaks with zero experience in Haskell. Please...
My model is growing quite large, and so are the errors I get. Try to find what's wrong in this one: https://replit.com/@SuperMikal/Conjure-and-Essence-20220507#feedback/What%20unsupported%20generator/stdout (error output starts at line 1222) There's a...
Got this error, and it seems like there's two things wrong with Conjure's output: - `/\` and `\/` have unescaped backslashes. - Conjure actually writes data that doesn't conform to...
Here's two problems I've found while using the `sequence` type that I think might have a common root cause: The documentation says - "Sequences are indexed by a contiguous list...
Hey! I was digging around the web for exactly this kind of tool, but the website seems to be down :( (Also it's been a long time since you had...
I have the following model (with omitted sensitive info): ``` class Asset < ActiveRecord::Base has_attached_file :file, :styles => { :thumb => ["100x100>", ".png"] }, :path => "/app/#{ Rails.env}/:attachment/:id/:style/:filename", :url =>...
First of all, Thanks for a great tool! I like to run the leaguestart campaign with a gamepad due to the small QoL features like auto gem leveling. But the...