mark05E

Results 26 comments of mark05E

@dlealv here is my updated codeblock for this function. I tested this out locally and on GAS and it seems to work. I just removed `Utilities.formatString` usage. It does not...

All good @WildH0g. I started doing some work ontop of @dlealv 's [work](https://github.com/WildH0g/UnitTestingApp/tree/cc0df114faa2c0224eeda8fd18a3ce937445660a) - cleanup on the Readme page and made the changes related to the comments that were [mentioned...

Hi @dlealv - I think WildH0g might be busy. I would suggest you create your own fork of this project and maintain your changes on the fork. Also drop in...

I have updated the code ```javascript //snippet config.forEach( (c,i) => { console.log("Index: ", i, "\n Data: ", c) if (i == 0) {ical = new datebook.ICalendar(c)} else {ical.addEvent(new datebook.ICalendar(c))} //...

If anyone is coming in here still with `filePushOrder` still not working, have a look at the `rootDir` property inside `.clasp.json`. On windows, when you clone a project, the `rootDir`...

Sounds good. I will test this out sometime in the next 2 weeks. I do not have access to an environment at the moment.

**Alternate solution** From https://github.com/ScoopInstaller/Main/issues/5090#issuecomment-2118667729 > Create an empty file called `placeholder.txt` in `%USERPROFILE%\scoop\apps\python\current\scripts\`. (Name and contents don't matter, it only matters that the directory contains _something_ other than `pip`'s own...

Experimenting with these on the [command line](https://tomeko.net/software/SIPclient/browser_integration.php#:~:text=scripts%20from%20command%20line) under the assumption that it would be similar experience on the browser - but it does not seem to work. ```pwsh .\tSIP.exe /tsip=SCRIPT_B64=U2hvd01lc3NhZ2UoIkhlbGxvIGZyb20gd3d3ISIp...

Yes that worked! I can run it via command line and browser. Thank you. You are right about the security concerns.

@tomek-o, I'm currently working on a [project to build a REST API interface](https://github.com/mark05e/tsip-rest-api-server/blob/main/main.go#L30-L35) for interacting with the tSIP client using Go. I'm learning to code and I'm wondering whether this...