#x27;t have a GitHub account (https://github.com/spk121/guile-gi), so I'm
reporting here instead.
This is the UI file I used: https://luis-felipe.gitlab.io/downloads/temp/app.ui.
I'm on Guix System, using guile-gi 0.3.1.
---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
On Saturday, April 24, 2021 10:47 PM, Mike Gran wrote:
> On Sat, Apr 24, 2021 at 08:46:08PM +0000, Luis Felipe wrote:
>
> > Hi,
> > I'm trying to learn some Guile-GI, but I just hit a segfault. I was
> > trying to create a GTK Builder from a file:
>
> Hello.
&
his for now:
(let [(action (make «GSimpleAction» #:name "about"))
...]
...)
But what I need to indicate is:
(make «GSimpleAction» #:name "about" #:parameter-type None)
So what's the equivalent to None in Guile?
Any help is very welcome,
---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
x27;m doing wrong. This is the
application I'm trying to write:
https://gitlab.com/luis-felipe/geteka/-/blob/master/geteka.scm
The actions and connections are defined in the "app:activate" and "app:startup"
procedures.
On Monday, April 26, 2021 12:16 AM, Mike Gran wrote:
> Well, um, the truth is that the conversion of values of type GVariant
> to SCM was never implemented. I went ahead and made that fix and
> pushed it into guile-gi master branch. With the fix (and after
> importing TextBuffer and TextView) cli
Hi Taylan,
On Wednesday, May 5, 2021 6:39 AM, Taylan Kammer
wrote:
> On 04.05.2021 10:31, Zelphir Kaltstahl wrote:
>
> > The first 2 tests are surprisingly passing. This is also the reason, why I
> > used
> > test-assert and manually wrote the (equal? ...) in the last test, to see,
> > whether
On Thursday, May 6, 2021 11:16 AM, Taylan Kammer
wrote:
> On 05.05.2021 15:47, Luis Felipe wrote:
>
> > Hi Taylan,
> > On Wednesday, May 5, 2021 6:39 AM, Taylan Kammer taylan.kam...@gmail.com
> > wrote:
> >
> > > On 04.05.2021 10:31, Zelphir Kaltstahl wro
Hi,
On Thursday, July 8th, 2021 at 2:37 PM, Hartmut Goebel
wrote:
> Anyhow, I'm wondering whether the
>
> quite and quasiquote can be replaced by something simpler.
> (api-uri "https://ci.guix.gnu.org"; "/api/jobs")
>
> (api-uri "https://ci.guix.gnu.org"; "/api/jobs"
>
> `("nr" ,limit)
Hi, Mortimer,
On Tuesday, September 14th, 2021 at 12:50 PM, Mortimer Cladwell
wrote:
> Hi,
>
> Let's say I made a lot of mistakes. I look at my repl and see:
>
> scheme@(guile-user) [10]>
>
> Any way to back out to scheme@(guile-user)> without typing ,q ten times?
I don't know if there is a co
On Tuesday, September 14th, 2021 at 1:27 PM, Mortimer Cladwell
wrote:
> Thanks Luis. What about in emacs/geiser where Ctrl-D won't work?
The equivalent in Geiser would be C-c C-q, I think. But I don't know if that's
any better than typing ,q plus Enter :)
t; And finally: Is my expectation correct, that I will be able to make GTK
> applications using Guile, if I learn to use guile-gi?
Yes.
For what it's worth I did an attempt to get a minimal GTK app in Python and
Guile running (https://gitlab.com/luis-felipe/geteka).
>From that exercise, thoug
On Sunday, January 16th, 2022 at 1:37 PM, Zelphir Kaltstahl
wrote:
> Which things are part of GTK and which things are part of Gnome? Currently my
> picture is: GTK contains all the GUI things and Gnome the data things. For
> example: GTK might contain some date picker dialog or popup or whateve
K 4 (GDK_CURRENT_TIME),² which I also required in my module.
For what it's worth, here's the complete code:
https://gitlab.com/luis-felipe/geteka
1. https://docs.gtk.org/gtk4/method.Application.get_active_window.html
2. https://docs.gtk.org/gdk4/const.CURRENT_TIME.html
---
Luis
On Friday, March 11th, 2022 at 11:59 PM, Luis Felipe
wrote:
> Hi, I want to display the help of an application on Yelp when users click on
> "MenuButton → Help" or when they press F1. I already have the relevant
> actions connected to a procedure that looks like this:
>
On Friday, March 11th, 2022 at 11:59 PM, Luis Felipe
wrote:
> Hi, I want to display the help of an application on Yelp when users click on
> "MenuButton → Help" or when they press F1. I already have the relevant
> actions connected to a procedure that looks like this:
>
lting hats would be all into one group;
ungrouping lets them all readily available for edition. For example:
~~~
(require 2htdp/image)
(define hat (triangle 20 "solid" "orange"))
(define hat-pile
(above (beside hat hat)
(beside hat hat)))
(save-svg-image hat-pile &q
Hi Zelphir,
On Sunday, April 17th, 2022 at 10:49 AM, Zelphir Kaltstahl
wrote:
> I have the same indentation issue though, when I use #||# comments for
> arguments, which are not keyword arguments, but I want to hint what they are
> used for. One could argue, that I should rewrite the called fun
On Monday, April 18th, 2022 at 10:48 AM, Zelphir Kaltstahl
wrote:
> I like the documentation style in the doc string you are proposing. Not sure I
> will always go to that length myself, but it would probably be a good
> practice.
> Just like you said, for generating auto-generating things like
On Monday, April 18th, 2022 at 1:33 PM, Ricardo G. Herdt
wrote:
> actually the doc-strings are available during runtime using '(ice-9
> documentation)', so theoretically it is not restricted to Emacs. In fact
> I have been working on my spare time on a LSP server for scheme
> (together with a em
Hi,
On Saturday, June 11th, 2022 at 02:07, Aleix Conchillo Flaqué
wrote:
> Yes!!! This is amazing and things like this can expose Guile to many more
> people. Even though I've been using Emacs for many years, I believe it's
> not great for newcomers to hear "if you want a good Guile environmen
Hi Blake,
On Monday, June 27th, 2022 at 06:57, Blake Shaw wrote:
> Finally I caved and decided to look at the Bootstrappable source code, and
> voila! (haunt html) provides sxml->html... the piece of the puzzle I was
> missing. Massive, near comical, relief.
Just to mention that there is also h
Hello Munyoki Kilyungi,
> Any
> one know how to fix the "No prompt found!" Or
> better yet, how would you specify, with Geiser,
> what Guile version to use on a per-project basis?
I filed a bug report about that to Guix a couple of years ago, and it seems the
problem comes from the "~/.guile" fi
On Wednesday, July 6th, 2022 at 18:55, Christine Lemmer-Webber
wrote:
> Hello all!
>
> I'm thrilled to announce that The Spritely Institute has published A
> Scheme Primer:
>
> https://spritely.institute/news/the-spritely-institute-publishes-a-scheme-primer.html
> https://spritely.institute
On Thursday, July 7th, 2022 at 06:04, Dr. Arne Babenhauserheide
wrote:
> A also think, since this is an org-file, it would be a natural fit to
> turn this into a printed tutorial. Just make it a PDF, add a title page,
> and you can get it printed as POD (i.e. https://www.epubli.de/ ) —
> includi
---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
Hi,
Artanis documentation shows examples of HTML templates that use commands like
<@css filename.css %>, but how do I get the path to the "pub" directory from my
SXML templates?
---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
publickey - luis.felipe.l
--- Original Message ---
On Wednesday, November 9th, 2022 at 19:45, Luis Felipe
wrote:
> Hi,
>
> Artanis documentation shows examples of HTML templates that use commands like
> <@css filename.css %>, but how do I get the path to the "pub" directo
Great! Thanks for working on this, David.
On Tuesday, December 13th, 2022 at 20:37, David Pirotte wrote:
> Ultimately, one of the best way to test, and participate, is to select
> G-Golf to develop the next application of your dream!
I'll definitively try it out in one of my projects.
publick
On Friday, January 6th, 2023 at 20:15, Arun Isaac
wrote:
> Hello all,
>
> I am pleased to announce the release of guile-email 0.3.0. Significant
> changes since the 0.2.2 release are described in the NEWS
> file. https://git.systemreboot.net/guile-email/tree/NEWS
Great, thanks for working on
Hi,
El 27/09/23 a las 19:07, Christine Lemmer-Webber escribió:
There's a long thread on guix-devel which is related and touches on many
things, but I thought I'd narrow in on this one thing.
Has anyone had a "good" experience programming with Guile without using
Emacs? If so, what was your dev
Hi Nikolaos,
El 8/12/23 a las 6:59, Nikolaos Chatzikonstantinou escribió:
Hello guile-user list,
I am trying to figure out modules and unit tests on Guile.
I would like to have a main.scm that prints a variable defined in
lib.scm and has unit tests in test.scm.
What I thought I had to do was
El 8/12/23 a las 14:26, Luis Felipe escribió:
Hi Nikolaos,
El 8/12/23 a las 6:59, Nikolaos Chatzikonstantinou escribió:
Hello guile-user list,
I am trying to figure out modules and unit tests on Guile.
I would like to have a main.scm that prints a variable defined in
lib.scm and has unit
Hi David,
El 9/04/24 a las 14:12, Thompson, David escribió:
Hey Guilers!
On behalf of the Spritely Institute, I'm happy to announce that Guile
Hoot v0.4.0 has been released! Hoot is a Scheme to WebAssembly
compiler backend for Guile, which means you can now run Scheme in the
browser for real, t
found, and in some cases investigated, a
way to properly document variables, macros, record types and GOOPS
clases using human-written documentation strings. But I want to have
that too.
You can see examples of module and procedure documentation in
Documentá's source
(https://codeberg.o
Hi Linas,
El 27/04/24 a las 17:35, Linas Vepstas escribió:
On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou <
nchatz...@gmail.com> wrote:
On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote:
What you want is:
(set-object-property! foo 'documentation "Contains a @
El 27/04/24 a las 7:28, Nikolaos Chatzikonstantinou escribió:
On Fri, Apr 26, 2024 at 11:21 AM Luis Felipe wrote:
Hi Nikolaos,
Hello Luis!
El 26/04/24 a las 7:05, Nikolaos Chatzikonstantinou escribió:
2. Documentation extraction sucks.
[...]
- documentá in its page does not include
Hi,
El 7/07/24 a las 13:23, Linus Björnstam escribió:
I had an implementation of 158 that was available in guix. However, bitbucket
discontinued hg support and now the code is gone.
It was trivial to port of the SRFI iirc.
At that time, https://www.softwareheritage.org/ was archiving public
Hi Richard,
El 22/07/24 a las 3:11, Richard Sent escribió:
Hi all,
I have some XML created by a tool called latexml that can convert LaTeX
equations to MathML. I am processing the output of this tool as part of
a Guile program and will be using it in a website.
The output looks something like
regeneration (for Guix)
- Fix epoll issue on Aarch64
- Fix fatal bug in session
- Update manual for Models
- Update THANKS
--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058
--
Luis Felipe López Acevedo
e (required? #true))
"Return an SXHTML INPUT element for typing text."
(if required?
`(input (@ (type "text") (name ,name) (required "")))
`(input (@ (type "text") (name ,name)
Any ideas?
--
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
OpenPGP_0x0AB0D067012F08C3.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
On 22/12/24 21:38, Maxime Devos wrote:
Unquote-splicing (,@) is your friend:
`(foo ,@(if p? '(a (b) c) '()) d)
When p? -> (foo a (b) c d).
When (not p?) -> (foo d).
Now do this for SXML …
Ah, splicing... yes Maxime, that works :)
So I applied it as follows:
(define* (special-input #:key
On 10/01/25 14:29, Nala Ginrut wrote:
NEWS
Changes in 1.1.0
* Notable changes
- Add i18n
- Add server.workers
- Move out tmp dir (for Guix)
- Fix autoload in debug mode
- Fix request-ip thrown issue
- Add default 408 handler
- Update manual
- Update THANKS
Nice, thanks. I can't wait to start d
Hi,
I'm learning to program in Guile Scheme and currently reading and
practicing unit testing with SRFI-64.
How do I make the default test runner in Guile run my whole test suite?
I put all tests in a tests directory (see
<https://bitbucket.org/sirgazil/guilelab/src>).
Thank
On 2015-03-18 17:17, taylanbayi...@gmail.com wrote:
Luis Felipe López Acevedo writes:
Hi,
I'm learning to program in Guile Scheme and currently reading and
practicing unit testing with SRFI-64.
How do I make the default test runner in Guile run my whole test
suite? I put all tests
jects.html
And maybe package it for GuixSD, GNU's Advanced System Distribution:
http://www.gnu.org/software/guix/
I'm bookmarking gzochi now :)
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/
interface for happier hacking. In addition
to bindings for the core SDL2 API, bindings for the SDL2_image,
SDL2_mixer, and SDL2_ttf extension libraries are also available.
Awesome! Thanks, David!
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/
much. It works for me :)
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/
mething that comes and goes. I initially had intermittent errors
reported by Liferea when reading Wingo's and Nala's feeds, but they are
working normally now (I'm using Liferea).
--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/
48 matches
Mail list logo