-
Integrations are something we have wanted to start experimenting with for a while. One of the most simple integrations we can offer (no complex auth requires) is a slack integration. This will post a …
-
The `webtaskStorageContext` forces writes by default, which means that it does not take into account the fact that there can be write conflicts (concurrent writes).
We have to consider the fact tha…
-
After an update of wt-cli, I'm not able to use it anymore.
I've got this error :
```javascript
Sandbox.prototype.updateStorage = function (storage, options, cb) {
^
ReferenceError: Sandbox is…
xurei updated
7 years ago
-
Step 4 on [Quickstart](https://webtask.io/cli) not working. Im on Windows 10, default browser is Firefox. I ran `wt edit hello`, `wt edit hello.js` in both Windows command prompt and Node6.5. Console …
idkjs updated
7 years ago
-
It's a known issue that using core js methods (like `JSON.stringify` or `Object.keys`) in your webtask is causing `Cannot resolve module` webpack errors.
As @ggoodman suggested on [slack](https://we…
-
Hi sorry to be late to the party. I recently found out I'll be in DC for the month of Feb and would love to share my expertise in OAuth & OIDC.
Your Name: Abhishek Hingnikar
Your twitter handle: …
-
Please add functionality to the image fetch to log a warning if the logo dimensions are smaller (in either direction than the large logo dimensions (and output both sets of dimensions).
That will b…
-
We will need to wait until the module is available on Webtask
-
Although the readme says
> Work with any modules available on npm
But from my initial test, packages that use native libs are not really supported.
A simple example that uses [lzma-native](https://…
-
I have a large webtask that exceeds the maximum file size, mainly due to some ejs templates. I can't minify the webtask because I am using heredoc for my ejs templates.
function view() {
/*
…