David Acevedo

Results 13 comments of David Acevedo

For example I'm trying to solve this exercism problem using logic programming to learn how it works. https://exercism.io/tracks/julia/exercises/pythagorean-triplet/solutions

On no! 😢 Thanks for letting me know! Sent from my mobile > On Feb 27, 2021, at 1:49 PM, ztangent wrote: > >  > Thanks for the interest!...

Having the same issue or similar issue with jruby 9.2.0.0 ``` org.jruby.rack.RackInitializationException: no such file to load -- bundler/shared_helpers from org/jruby/RubyKernel.java:970:in `require' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59:in `require' from file:/private/var/folders/vc/4wylg3v16rl300r92xwnrfjr0000gn/T/jetty-0.0.0.0-8080-rukh5.war-_-any-8621070288033095318.dir/webapp/META-INF/init.rb:26:in `' from org/jruby/RubyKernel.java:1037:in...

Oh I’m actually trying to use 9.2.0.0. But yeah if you’re trying to use an older version you need to lock it in your gem file. Sent from my mobile...

Thanks! Sent from my mobile > On Mar 28, 2019, at 4:51 AM, Serge Stinckwich wrote: > > I add this issue to Pharo issue tracker also: pharo-project/pharo#3036 > >...

Value seems a bit of a vague word for the playbook and seems you have a very specific context in which you use it. I mean delivering by a date...

Here is the component I'm referring to:https://designsystem.digital.gov/components/banner/

508 section 4.1.2 Name, Role and Value It says something like: A button should behave like a button and not be style to look like a link.

Note that if you're using RVM you might have trouble with env ruby you might try using: `#!/usr/bin/ruby` if you are on Yosemite, that worked for me.