On Friday, May 1, 2020 at 1:02:04 PM UTC+8, Sage Gerard wrote:
>
> > The "project" would be the toplevel folder where the source files for a
> Racket application (not a package)
>
> Why can it not be a package? I would be very, very interested in finding a
> way to make this work for packages
On Friday, May 1, 2020 at 9:01:41 AM UTC+8, Robby Findler wrote:
>
> I'm trying to understand what you guys are talking about here and am not
> sure I'm getting it.
>
> Is the idea that a "project" (new term definition) would be a place one
> can install a package and its dependencies in a
I reported the issue below when Racket 7.6 came out: demand callbacks for
menus are not invoked in Racket 7.6 (but they are in 7.5 or earlier). I
just tested the example code with the latest snapshot (7.6.0.18) and the
problem is still there. This happens on a Windows machine in both CS and
On Monday, June 24, 2019 at 6:25:05 PM UTC+8, Nickolay Ilyushin wrote:
>
> While checking racket's gui possibilities, I've noticed that widgets (in
> both amount and config) are limited - yes, they can do much enough, but
> using somewhat different (yet minimalistic) style we can do way more whi
Would it be possible for the Racket team to review this, to it is included
in the 7.3 release?
https://github.com/racket/plot/pull/52
Or is it too late for that?
Thanks,
Alex.
On Monday, April 1, 2019 at 5:23:34 AM UTC+8, clements wrote:
>
>The release process for v7.3 will begin in abo
Hello,
The sqlite DLL shipped with racket seems to be a version from 2013. Could
you please update it to a more recent version of SQLite for the next
release?
Thanks,
Alex.
--
You received this message because you are subscribed to the Google Groups
"Racket Developers" group.
To unsubscrib
Would it be possible to update the sqlite DLL on windows platforms to a
newer version?
Thanks,
Alex.
On Saturday, October 1, 2016 at 11:21:35 PM UTC+8, Vincent St-Amour wrote:
>
> The release process for v6.7 will begin in about a week. If
> you have any new features that you want in and are r
Hello,
This might come in too late to make it into Racket 6.6, but I would like to
ask to update to a more recent version of sqlite.dll in the racket
release. I'm not sure what version is the current one, but it has a
creation date from 2013.
The problem is that the sqllite version shipped wi
Hi Asumu,
I just installed 6.6.0.2 and for a small TR module (approx 50 lines of
code) it reduces the size of the .zo file from 8Mb in 6.5 to approx 2Mb, I
think this is impressive. For other TR modules it reduces the size of the
.zo file by about 20 - 25%, this is still significant.
Also, t
On Sunday, January 10, 2016 at 11:14:23 AM UTC+8, mflatt wrote:
>
> At Sat, 9 Jan 2016 18:58:19 -0800 (PST), Alex Harsanyi wrote:
> > When using Racket 6.3.0.11 (built on 2016-01-06) and your recommended
> > changes to calling create-embedded-executable, I get a built
&g
an avoid some unwanted influence by DrRacket and
> its debugging mode on the generated executable by wrapping the call
> to `create-embedding-executable` with
>
> (parameterize ([use-compiled-file-paths (list "compiled")])
> )
>
> It's also a good idea to pass
I finally got my application [1] to build using Racket 6.3 after working
around the problem with using plot-snip% objects [2]. Unfortunately, now
while building the application, Racket 6.3 uses between 1.5 and 3 Gb of
RAM, while Racket 6.1.1 only used between 0.5 and 0.8 Gb or ram to do the
sa
>
>
> So the bottom line is, using `pict-snip` from untyped code may be too
> slow to be usable. You may want to write the portion of your program
> that uses it in Typed Racket.
>
> Vincent
>
>
>
>
> On Sun, 06 Dec 2015 05:30:23 -0600,
> Alex Harsanyi wrot
.
>
> Neil: Any ideas?
>
> Vincent
>
>
>
> On Sun, 04 Oct 2015 20:36:35 -0500,
> Alex Harsanyi wrote:
> >
> > Hi,
> >
> > I posted this question a while ago but I didn't receive any response. I
> > just retested the code with t
"(require unstable/gui/snip)" should be replaced with
"(require mrlib/snip-canvas)".
Thanks,
Alex.
On Friday, July 24, 2015 at 3:57:13 PM UTC+8, Alex Harsanyi wrote:
>
>
> Hi,
>
> I'm using the plot-snip function to have interactive plots inside other
> GU
Hi,
I'm using the plot-snip function to have interactive plots inside other GUI
elements in my application. This worked fine under Racket 6.1.1 but fails
under Racket 6.2 (bot versions are 64 bit on Windows). The program below
illustrates the problem: the function `working` creates a plot w
16 matches
Mail list logo