Edward Zhou
Edward Zhou
ActiveMerchant::Billing::Integrations::Alipay::Notification # Take the posted data and move the relevant data into a hash def parse(post) @raw = post for line in post.split('&') key, value = _line.scan( %r{^(\w+)\=(._)$} ).flatten **params[key]...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.18.0 x64 **Electron**: 1.3.15 **OS**: Mac OS X 10.12.6 **Thrown From**: [autocomplete-elixir](https://github.com/iraasta/autocomplete-elixir) package 1.5.14 ### Stack Trace Uncaught Error: This socket...
this fix #125
following the instruction in READE for build rock5b, got below error ```bash CC examples/standalone/hello_world.o LD examples/standalone/hello_world OBJCOPY examples/standalone/hello_world.srec OBJCOPY examples/standalone/hello_world.bin LDS u-boot.lds LD u-boot /root/buildroot/output/host/bin/aarch64-buildroot-linux-uclibc-ld.bfd: arch/arm/mach-rockchip/built-in.o: in function `fdt_fixup_modules': /root/buildroot/output/build/uboot-stable-5.10-rock5/arch/arm/mach-rockchip/rk3588/rk3588.c:1164:...
-- ## Describe the bug we have a dockerized project. in the Dockerfile ```Dockerfile COPY apps/graphql_web/mix.exs apps/graphql_web/ COPY apps/leangoo/mix.exs apps/leangoo/ COPY apps/leangoo_db/mix.exs apps/leangoo_db/ COPY apps/leangoo_file_service/mix.exs apps/leangoo_file_service/ COPY apps/leangoo_file_service_web/mix.exs apps/leangoo_file_service_web/ COPY...