Re: [racket-dev] Adding project-level scoping to raco pkg install

2020-05-01 Thread Alex Harsanyi
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

Re: [racket-dev] Adding project-level scoping to raco pkg install

2020-04-30 Thread Alex Harsanyi
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

[racket-dev] Re: Release for v7.7 is about to begin (2/2)

2020-04-03 Thread Alex Harsanyi
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

[racket-dev] Re: [Idea] "A GUI toolkit for 21st century"

2019-06-24 Thread Alex Harsanyi
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

[racket-dev] Re: Release for v7.3 is about to begin

2019-03-31 Thread Alex Harsanyi
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

[racket-dev] Updating sqlite dll in Racket windows build

2017-05-01 Thread Alex Harsanyi
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

[racket-dev] Re: Release for v6.7 is about to begin

2016-10-03 Thread Alex Harsanyi
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

[racket-dev] Updating sqlite dll in Racket

2016-07-21 Thread Alex Harsanyi
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

Re: [racket-dev] Release Announcement for v6.6

2016-07-21 Thread Alex Harsanyi
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

Re: [racket-dev] GUI application built with Racket 6.3 is slooooow to start

2016-01-10 Thread Alex Harsanyi
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

Re: [racket-dev] GUI application built with Racket 6.3 is slooooow to start

2016-01-09 Thread Alex Harsanyi
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

[racket-dev] GUI application built with Racket 6.3 is slooooow to start

2016-01-08 Thread Alex Harsanyi
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

Re: [racket-dev] Re: Problem using plot-snip in racket 6.2

2015-12-08 Thread Alex Harsanyi
> > > 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

Re: [racket-dev] Re: Problem using plot-snip in racket 6.2

2015-12-06 Thread Alex Harsanyi
. > > 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

[racket-dev] Re: Problem using plot-snip in racket 6.2

2015-10-04 Thread Alex Harsanyi
"(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

[racket-dev] Problem using plot-snip in racket 6.2

2015-07-24 Thread Alex Harsanyi
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