Daan Debie
Daan Debie
I have the same problem. I'm trying to import a resume in JSON Resume format. The validation succeeds, but when I click the import button, it fails. The console shows...
Update on this: since Slack Machine now fully supports being used as a Slack App (in fact, it's now the _only_ way to use Slack Machine), I'm going to revisit...
This was implemented today. I will release a new version to pypi in the coming week
v0.33.0 was released
I ended up creating a bash script to check filenames and run that as an action. Script: ```bash #!/usr/bin/env bash badname="" for f in "$@" do file=$(basename $f) if [[...
Thanks for the reply @mwcaisse! I still feel it should be possible to output SQL, but maybe I'm underestimating the complexity or overestimating my skills, or both 😅 . I'm...
I'm having the same issue. Trying to see if adding the environment variables in the console works. In general, Amplify feels like such an unfinished mess...
@mingrammer any chance of getting this in? A lot of work and time was put in #438 and that was not merged because too much time passed and the original...
Question: once this feature is merged, will this allow users to select what units they want to view recipes in?
We ran into the same need when automating common developer workflows that involve `assume`. Would love for the command to be able to fail fast (cc @j-krose)