Fabio Niephaus

Results 129 issues of Fabio Niephaus

The `showClose` option doesn't seem to work since the button never gets hidden. I've also removed `"+this.el.id+"` in line 448 because it's always undefined as mentioned in #80.

If the _show_ option is set to `true`, only the modal box is shown when initialized. I don't think this makes much sense, because no card is shown so that...

There seems to be a problem with the logging feature. Even in the official demo, `wizard undefined...` messages are printed on the console which is probably not what you want,...

I'm running `mx gate` on my CI infrastructure and my project depends on [graal](https://github.com/oracle/graal) which has grown a lot recently. Consequently, it takes quite some time to clone the entire...

Hi @smarr, I'm wondering why none of SOMns' nodes are annotated with `@ReportPolymorphism`. Maybe time to look into [`ReportingPolymorphism.md`](https://github.com/oracle/graal/blob/acb994d5fbd2dd92a50941b786b87b65c7b20e01/truffle/docs/splitting/ReportingPolymorphism.md)? Fabio

enhancement
help wanted
good first issue

once https://github.com/cvan/focalStorage/pull/1 is merged.

P3: important
effort1: easy (hours)
follow up
type: chore
comp: base system

The `NEW_METHOD` primitive disregards [`w_class`](https://github.com/HPI-SWA-Lab/RSqueak/blob/5e5f27f5fd828a8fa1eadfcdeb7ce31d00b4fe5e/rsqueakvm/primitives/storage.py#L277), but that seems to be wrong. On an OpenSmalltalkVM, `MySubClassOfCompiledMethod new` results in a `MySubClassOfCompiledMethod` object, in RSqueak it results in a `CompiledMethod` object instead.

beginner

[`copy_to_module`](https://github.com/HPI-SWA-Lab/RSqueak/blob/c37e8d873890013fd4f65c48e2a8ebae323b6747/rsqueakvm/test/util.py#L73) is hacky.

The 32bit VM for `Squeak32-6.0` and `Squeak32-trunk` crashes reliably in `WebUtils class>md5HashStream:`. The VM seems to work fine locally, so this could be specific to the GitHub Actions environments. As...

bug
Squeak

I've skimmed through the open issues and a significant number of them touch the deployments topic, so I am opening this one to group them in one and discuss deployments...

deployments