mastazi
mastazi
@profection I am very sorry, "_Computer Science -> Machine Learning_" is actually `cs.LG` and not `cs.ML`, my mistake. Fixed.
I see, I have experience with Actions, but zero experience with building desktop/native apps (I'm just a web dev). I could help with the Actions setup part if someone who...
Thank you I will give it a go
> Postman Collection doesn't support having multiple authorization Hi @umeshp7 thank you for your response. My initial instinct (and I say that as someone who is not familiar with this...
@AlexKotsc yeah, I meant incorrect from the point of view of achieving an AND as opposed to an OR. The example you made is an OR but in our case...
Replying to myself... I am now able to do the following: Assuming that: 1. the handler is in `src/handlers/users/create.ts` and 2. the function name (in `template.yml`) is `createUser`, then I...
@graphboss I saw the source of `aws-sam-webpack-plugin` and I think this could be achieved by adding an optional parameter to `entry` like so: `awsSamPlugin.entry(functionName)` then it would be possible to...
I second this. The current release is partially broken on Windows and while the fix was merged in 2020 (see #119 ), no release has been made since then, so...
update to my previous comment: I just looked at the issues list here in Github and in addition to the problem I mentioned there are also some security vulnerabilities that...
Just in case anyone is wondering, snippets are saved in `%userprofile%\AppData\Roaming\Postbird\custom_snippets.json` luckily my snippet was there! So at least we know that saving a snippet works as intended, it's just...