salmon-waitress-70321
12/09/2022, 7:34 PM2022-12-09 22:29:34.788 [info] ExtensionService#_doActivateExtension Gruntfuggly.todo-tree, startup: false, activationEvent: 'onStartupFinished'
2022-12-09 22:29:35.013 [error] No bundle location found for extension ms-vscode-remote.remote-wsl-recommender
2022-12-09 22:29:35.810 [error] SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at c:\Users\User1\.vscode\extensions\jeremyfa.ceramic-0.3.1\vscode-ceramic.js:5380:20
at c:\Users\User1\.vscode\extensions\jeremyfa.ceramic-0.3.1\vscode-ceramic.js:6016:5
at ChildProcess.exithandler (node:child_process:415:5)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5)
billowy-waiter-28954
12/09/2022, 11:28 PMceramic ide info --print-split-lines
manually from your project root?billowy-waiter-28954
12/09/2022, 11:29 PMsalmon-waitress-70321
12/10/2022, 8:12 AMsalmon-waitress-70321
12/10/2022, 8:17 AMsalmon-waitress-70321
12/10/2022, 8:19 AMbillowy-waiter-28954
12/10/2022, 10:28 AMbillowy-waiter-28954
12/10/2022, 10:28 AMcool-psychiatrist-49311
12/11/2022, 4:55 AM.yml
file as Textfaint-toothbrush-51643
12/11/2022, 6:14 AM.txt
billowy-waiter-28954
12/11/2022, 9:50 AMbillowy-waiter-28954
12/11/2022, 9:50 AMhaxe
assets.addText('file.yml');
then,
haxe
var content = assets.text('file.yml');
alert-island-39060
12/11/2022, 11:38 PMbackend.Clipboard
and that worked in the electron app. But not on mobile browsers, like Safari on iOS . I'm almost thinking about hiding the canvas where ceramic is running and just do html and javascript in the index file. Do you guys have any ideas or experience with sharing links from a ceramic App?billowy-waiter-28954
12/12/2022, 9:10 AMgifted-whale-78169
12/13/2022, 10:23 PMgifted-whale-78169
12/13/2022, 10:24 PMbillowy-waiter-28954
12/13/2022, 11:05 PMgifted-whale-78169
12/13/2022, 11:09 PMgifted-whale-78169
12/14/2022, 2:02 AMceramic.Visual.clip
Use the given visual's bounds as clipping area for every children. The clipping only affect childrens and not the visual it is assigned to. Clipping areas cannot be combined. That means if clip is not null and current visual instance is already clipped by a parent visual, its children's won't be clipped by it anymore as they are instead clipped by this clip property instead.
it says that only children are clipped, though it seems that only the given visual is clipped by the valuegifted-whale-78169
12/14/2022, 2:02 AMbillowy-waiter-28954
12/14/2022, 9:44 AMbillowy-waiter-28954
12/14/2022, 9:44 AMbillowy-waiter-28954
12/14/2022, 9:45 AMbillowy-waiter-28954
12/14/2022, 9:49 AMgifted-whale-78169
12/14/2022, 7:49 PMgifted-whale-78169
12/15/2022, 1:04 AMgifted-whale-78169
12/15/2022, 1:04 AMbillowy-waiter-28954
12/15/2022, 12:01 PMcollide()
in your update loopbillowy-waiter-28954
12/15/2022, 12:03 PMupdatePhysics()
is called at every frame in the update event: https://github.com/ceramic-engine/ceramic-samples/blob/master/pixel-platformer/src/Player.hx#L123-L141billowy-waiter-28954
12/15/2022, 12:04 PM