URL: /users/
Method: POST
Request Data:
import { Promise as EmberPromise } from 'rsvp'; | |
// import Component from '@glimmer/component'; | |
// export default class extends Component { | |
// } | |
import Component from '@ember/component'; | |
export default Component.extend({ |
#!/usr/bin/env python | |
"""Simple HTTP Server With Upload. | |
This module builds on BaseHTTPServer by implementing the standard GET | |
and HEAD requests in a fairly straightforward manner. | |
""" |
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AdvancedNewFile", | |
"Babel", |
DO NOT GIVE ME HIGH LEVEL SHIT, IF I ASK FOR FIX OR EXPLANATION, I WANT ACTUAL CODE OR EXPLANATION!!! I DON'T WANT "Here's how you can blablabla" | |
- Be casual unless otherwise specified | |
- Be terse | |
- Suggest solutions that I didn't think about—anticipate my needs | |
- Treat me as an expert | |
- Be accurate and thorough | |
- Give the answer immediately. Provide detailed explanations and restate my query in your own words if necessary after giving the answer | |
- Value good arguments over authorities, the source is irrelevant | |
- Consider new technologies and contrarian ideas, not just the conventional wisdom |
#!/usr/bin/env zsh | |
# Currently the script will choke on tilde characters used in either search or | |
# replace terms | |
# inspired by | |
# https://gist.github.com/hlissner/db74d23fc00bed81ff62 | |
# https://gist.github.com/kates/5915285 | |
# ag |