I have moved my code from using Bootstrap 3 to Bootstrap 4. There were a few
updates I had to make and overall it seems cleaner.
The one thing I can't seem to convert is informSuccess. There doesn't seem
to be an equivalent in Bootstrap 4.
For now I am using the vanilla Seaside inform, which is ok
Hi Steve - there is a built in window switcher but it doesn’t work very well
(and crucially, not with all windows, which defeats the point). I can’t recall
the trigger key-stroke, it might be ctrl -tab .
However there is an alternative you can load in that does a better job - Mirage
, https://g
Forgive the naive question here. But if an object gets deprecated, how do
you find the closest replacement object in Pharo? Is there a way to do it
within the VM or do you just have to check the documentation?
- Steve
Is there an equivalent of alt-tab in pharo? I am looking in the keyboards
shortcuts and I can't find anything.
--- Begin Message ---
C stack backtrace & registers:
rax 0x00fc67e4 rbx 0x7ffca58b6430 rcx 0x021b3de0 rdx 0x02186a68
rdi 0x7ffca58b64e0 rsi 0x7ffca58b64e0 rbp 0x7ffca587e6a0 rsp 0x7ffca587e610
r8 0x7ffca587e6b0 r9 0x0075 r10 0x000e r11 0x000131b8
r12 0x02991ed9 r13 0x0
--- Begin Message ---
Inspiron-1545 5.0.0-23-generic #24~18.04.1-Ubuntu SMP Mon Jul 29
16:12:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
=
=== GToolkit Installer ==
=
On Wed, 14 Aug 2019 at 20:25, Jonathan van Alteren <
jvalte...@objectguild.com> wrote:
> Hi all,
>
> For a client project we need support for SHA512 and SHA384 hashing and
> digital signatures with HMAC). Can anyone tell me if there is work (being)
> done on SHA512? We're on Pharo 7.0.3.
>
> At fi
This package defines LGitCallback and provides an implementation of
#’initializeNull’. It also provides an extension that has an implementation of
#’beNull’. Where is the variable ’thunk’ defined? Why is this in an extension?
https://github.com/pharo-vcs/libgit2-pharo-bindings/blob/master/LibGi
Hi all,
For a client project we need support for SHA512 and SHA384 hashing and digital
signatures with HMAC). Can anyone tell me if there is work (being) done on
SHA512? We're on Pharo 7.0.3.
At first, it didn't look too hard to refactor the SHA256 class in the
System-Hashing package. That is.