Trevor DeVore

Results 12 issues of Trevor DeVore

This commit adds cookie support. Internet date handlers are included as well as one of them is required for cookie support.

enhancement
WIP

Need to add support for `MacOSX arm64`.

W/hen building for the 'mac app store' build profile a .pkg is created to upload to the Mac App Store. Since a .pkg file can also be used by device...

It would be nice if there was a standard way of logging which changes you have made during the current development cycle. When it comes time to package the application...

When the LiveCode engine loads a stack file with a `behavior` property it immediately tries to resolve it. If it can't resolve it then the behavior silently fails to load...

When using an external editor like SublimeText to edit files in a Levure app that is open in the LiveCode IDE, the external editor is responsible for notifying Levure that...

When closing a `ui` stack which has `destroyStack` set to true Levure should remove all of the behaviors from memory as well. The behaviors should only be removed, however, if...

- Rename ulDecodeData to ulDecodeURLData - Add ulDecodeData which takes headers and data as a parameter. - Update ulDecodeData to look at Content-Type header when deciding how to decode -...

When building a macOS standalone all of the platforms supported by the standalone builder are built at the same time and merged into a single application.