Dieter Oberkofler
Dieter Oberkofler
We have the same requirement for something like `__webpack_public_path__` as we are using `dynamic import` for custom code splitting purposes and our base path for the JavaScript resources is dynamic.
> This can be implemented as a plugin, but it feels a bit clunky. There may be a better way, but this is what I came up with: @rtsao I'm...
Could you provide me with a small working example of your problem?
@fb-datax Could you please try using the latest release as it includes several corrections when modifying an existing json structure.
I was just wondering, if this issue might get fixed or rather not?
The problem seems to be related to this sr https://github.com/containerd/nerdctl/issues/594
@yunus-qureshi The issue containerd/nerdctl#594 has now been fixed but I'm still get the same error message: ``` ORA-00600: internal error code, arguments: [pesldl02_Make_Object: shm_open failed: errno 13 errmsg Permissio], [/PESLD_ORCLCDB_3_6030696600000000],...
@da-orcl I configured it with 4GB as this seems to be enough when running the same container in Docker ```json { "version": "0.9.2", "templates": [ { "name": "almalinux", "location": "/usr/local/share/lima/examples/almalinux.yaml"...
@yunus-qureshi I do run the container exactly teh same way as i run it when using Docker where the problem does not appear. With `rw` and `exec` permissions set on...