Marcos Neves

Results 10 issues of Marcos Neves

Wombat can't parse local files: ` /.gem/ruby/2.3.1/gems/wombat-2.5.1/lib/wombat/processing/parser.rb:33:in block (2 levels) in initialize': undefined method content_type' for # (NoMethodError) `

Awesome package. Seriously, it should be part of React core! Suggestion: Instead of: `memo.textChange(event => setValue(event.target.value), [])` accepts this: `memo.textChange(event => setValue(event.target.value))` Question: How can you measure that the overhead...

enhancement
help wanted
question

I felt in love with this abstraction after seeing this talk https://www.youtube.com/watch?v=oy-6urveWzo but it has been 1 year and so few stars/forks for such a great idea. I wonder if...

instead of replace options[:attachinary]

Like Vercel does https://vercel.com/docs/serverless-functions/edge-caching#stale-while-revalidate Is there a plan to add a edge cache layer in front of deno deploy?

Can I see an example of how to use BinlogDump?

https://github.com/bbatsov/ruby-style-guide#consistent-string-literals ``` Options: -q, --quote= Quote style ('single' or 'double') (default: double) ```

enhancement

https://vuejs-tips.github.io/vuex-cheatsheet

How can I write the follow using zgen: `zplug "mrowa44/emojify", as:command` I want to add the follow binary to the path: https://github.com/mrowa44/emojify/blob/master/emojify

It's all explained here https://deno.com/blog/v1.38#fastest-jsx-transform but the idea is to implement this faster and memory efficient jsx transform. Example: ```json { "compilerOptions": { "jsx": "precompile", "jsxImportSource": "custom" } } ```...