Camilo Hollanda

Results 11 issues of Camilo Hollanda

Hi, I am trying to make directive based on form states, $dirty, $pristine. It seems that it doesn't work on normal fields. But using DatepickerUI custom form component it works....

bug

Umbrella support is unfinished: ```elixir defmodule MyInternalApp.Graphql.Resolvers.TodoResolver do ... end ``` `apps/my_internal_app/lib/graphql/resolvers/todo_resolver.ex` this returns positive for inconsistency

I got this error with edge github branch NoMethodError in Admin_data/home#index Showing /home/prakash/.bundler/ruby/1.9.1/admin_data-c90759d4e6ad/app/views/admin_data/shared/_drop_down_klasses.html.erb where line #3 raised: undefined method `map' for nil:NilClass Extracted source (around line #3): 1: 2: 3:...

Hi guys, I tried to install in OpenSUSE, and figured out that sudo: update-rc.d: command not found In OpenSUSE it should use: sudo /sbin/chkconfig --set prax on

Fatal error: Cannot redeclare class RedisException in /config/redis_session.php on line 381

Compile firmware code returning errors ``` Processing Qwiic_OpenLog (src_filter: +; platform: atmelavr; framework: arduino; board: ATmega328; targets: program; monitor_speed: 115200; lib_deps: SdFat=https://github.com/greiman/SdFat-beta.git#7016042d22ec9e4a3fe93565bfff1d61fb8271e2) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/ATmega328.html PLATFORM: Atmel AVR 2.0.0 >...

https://github.com/sparkfun/Qwiic_OpenLog/blob/4ad46f22de5928e600c73eadc97cb77bcad5d950/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino#L496-L499 this line should not be ```c++ case ERROR_VOLUME_INIT: NewSerial.print(F("volume.init")); blink_error(ERROR_VOLUME_INIT); break; ``` otherwise, all errors blink the same number of times, a little bit confusing