Sam Johnson

Results 50 issues of Sam Johnson

``` binctr$ make busybox + busybox go generate ./examples/busybox/... 2018/12/23 16:35:56 image not found locally, pulling the image pulling docker.io/library/busybox:latest pulling layer sha256:59788edf1f3e78cd0ebe6ce1446e9d10788225db3dedcfd1a59f764bad2b2690 pulling layer sha256:90e01955edcd85dac7985b72a8374545eac617ccdddcc992b732e43cd42534af skipping config sha256:59788edf1f3e78cd0ebe6ce1446e9d10788225db3dedcfd1a59f764bad2b2690 unpacking...

bug

Right now our exception logging feature is broken because we get different behavior locally vs on a deployed cloud function. Specifically, if you look at the comment out code in...

bug

Right now it is necessary to use the command line parameters and/or information obtained directly from `gcloud` to determine the function memory, trigger type, function name, gcp project ID, etc....

enhancement

From what I can tell, this does not work with files begining with a dot, e.g. `.gitignore`. Is there a way to enable this?

So I've tried this in a bunch of the static compilation docker images and on an Ubuntu system on which I have static compilation working. I get the same result...

Right now the frame proc macros (especially the `pallet::` ones) follow the pattern of documenting proc macros inside their corresponding inner proc macro crates (i.e. `frame_support_procedural`). I standardized this in...

Z1-mentor
Q2-easy

We are trying to use this gem within a Ruby on Jets app using active record 6.1.5.1. All attempts to get this gem to work including manually doing `require 'active_record_distinct_on'`...

**EDIT: turns out it had nothing with moving to postgresql --- I ran bundle update and that pushed formtastic to 3.0.0, which is what broke everything.** See https://github.com/mjbellantoni/formtastic-bootstrap/issues/109#issuecomment-56828388 for solution...

I'm about to try getting wowmapper to work with consoleport in Lutris/Wine on Ubuntu 20.04. I'll report back here with my experience but was curious if anyone has any advice...

## Description This PR introduces a new, simplified, and easier-to-use syntax for defining benchmarks that is based on a proc macro instead of a `macro_rules!` macro like the current system....

A0-pleasereview
B3-apinoteworthy
C1-low 📌
D3-trivial 🧸