Re: [Jgeneral] [Jprogramming] J forums migrate to Google Groups on Jan 1

2023-12-31 Thread chris burke
://code.jsoftware.com/wiki/System/Forum Please message me privately with any problems. On Wed, Dec 27, 2023 at 11:33 AM chris burke wrote: > > Just a reminder that we will move the forums to a single Google Group > fo...@jsoftware.com over the New Year. > > We plan to shut d

Re: [Jgeneral] Compile Jqt for macOS

2023-12-22 Thread chris burke
It is good that this worked. However, you could also have followed the instructions at https://code.jsoftware.com/wiki/Guides/Qt_IDE/Install, e.g. in J console: install'qtide' On Fri, Dec 22, 2023 at 5:17 PM 'Godfrey' via General wrote: > > Merry Christmas, > I tried to start jqt from the

Re: [Jgeneral] https certificate problem, forums.jsoftware.com

2023-12-13 Thread chris burke
Looks like a transient error. The page forums.jsoftware.com just forwards to the System/Forums page on the wiki. I don't see any errors now when I load that page. On Wed, Dec 13, 2023 at 9:27 AM Raul Miller wrote: > > I'm getting NET::ERR_CERT_COMMON_NAME_INVALID from > forums.jsoftware.com

Re: [Jgeneral] addon/gethttp

2023-10-05 Thread chris burke
Fixed now. On Thu, Oct 5, 2023 at 7:47 AM chris burke wrote: > > Thanks. This is a bug in the test program. I will fix it. > > Chris > > On Wed, Oct 4, 2023 at 7:49 PM William Szuch wrote: > > > > Running test_gethttp the following error occurs. > > > &g

Re: [Jgeneral] addon/gethttp

2023-10-05 Thread chris burke
Thanks. This is a bug in the test program. I will fix it. Chris On Wed, Oct 4, 2023 at 7:49 PM William Szuch wrote: > > Running test_gethttp the following error occurs. > > > > load 'web/gethttp' > > load 'web/gethttp/test/test_gethttp' > > |assertion failure: assert > > | assert checkFile

Re: [Jgeneral] Forum Migration

2023-08-27 Thread chris burke
us > bait in its mousetraps, I'd be inclined to try it out with something you > can instantly shut down, like Chat – anyway a sweeter honeypot for bad > actors – than Beta, which for all its low traffic I think of as > mission-critical. > > Ian Clark > > On Tue, 22 Aug 2023 at 19:5

[Jgeneral] Forum Migration

2023-08-22 Thread chris burke
(This message is cross posted to programming and general. Please reply to general, thanks.) Dear All We plan to migrate the forums from Mailman to Google Groups, which has similar features. After the migration, the user experience of the forums should be essentially the same. A new feature is a

Re: [Jgeneral] Problem with general/misc/prompt in loaded scripts

2023-08-15 Thread chris burke
> |spelling error (invalid inflection) > | test:123 > | ^ > > Note that I'm on a windows machine here. Linux may behave differently. > I should have specified my use of windows (windows 11) in my initial > post. > > Thanks, > > -- > Raul > > On Tue, Aug 1

Re: [Jgeneral] Problem with general/misc/prompt in loaded scripts

2023-08-15 Thread chris burke
Did you make an entry after the prompt? On my machine, after entering 123: abc=: prompt'test' test123 abc 123 On Tue, Aug 15, 2023 at 7:38 AM Raul Miller wrote: > > This script fails when loaded in jqt (tested in j9.4 and the current j9.5 > beta): > > require'general/misc/prompt' >

Re: [Jgeneral] can't load math/cal in j9.4 or j9.5 beta

2023-08-11 Thread chris burke
the associated addons: > https://github.com/earthspot/math_uu > https://github.com/earthspot/math_tabula > > Ian Clark > > On Wed, 9 Aug 2023 at 14:55, chris burke wrote: > > > Thanks for pointing this out. > > > > The repo for the addon is https://github

Re: [Jgeneral] can't load math/cal in j9.4 or j9.5 beta

2023-08-09 Thread chris burke
Thanks for pointing this out. The repo for the addon is https://github.com/earthspot/math_cal, see the source directory . The jsoftware original has been archived. Your fix works, but a slightly better change for 9.4 and 9.5 would be based on JVERSION_NUMBER, e.g. in the current beta:

Re: [Jgeneral] Insidious alteration of code in old forum messages

2023-07-16 Thread chris burke
AFAIK, this is done by pipermail, which is the mail archiving system in Mailman 2.0. When a message is posted to one of the forums, the pipermail program writes a copy to an html file on the server. When you search the forum archives, the search points to the relevant html files, in this case

Re: [Jgeneral] savemat_jviewmat_ j9.4 - all colors are white

2023-06-15 Thread chris burke
InstallPath: c:/other/j9.4 > Contact: www.jsoftware.com > > Thanks, > > -- > Raul > > On Wed, Jun 14, 2023 at 8:43 AM chris burke wrote: > > > > What is your environment? It works for me on: > > > > Engine: j9.5.0-beta3/j64avx2/linux > > Build:

Re: [Jgeneral] savemat_jviewmat_ j9.4 - all colors are white

2023-06-14 Thread chris burke
What is your environment? It works for me on: Engine: j9.5.0-beta3/j64avx2/linux Build: commercial/2023-05-31T14:52:14/clang-11-0-0/SLEEF=1 Library: 9.5.2 Qt IDE: 2.5.1/6.2.2(6.2.2) OS Ver: Linux Mint 21.1 5.15.0-69-generic Platform: Linux 64 On Wed, Jun 14, 2023 at 4:50 AM Raul Miller wrote: >

Re: [Jgeneral] recursive load (and jpath)

2023-05-19 Thread chris burke
; Why? > > > > > > But, even before that, Alice needed to test that this install > > > procedure worked. So Alice could not have the code in > > > ~addons/alice/petal/ -- if the code was there, Alice could not test > > > how installation works. > >

Re: [Jgeneral] recursive load (and jpath)

2023-05-19 Thread chris burke
orked. So Alice could not have the code in > ~addons/alice/petal/ -- if the code was there, Alice could not test > how installation works. > > How does a fixed definition in UserFolders_j_ help here? > > Thanks, > > -- > Raul > > On Fri, May 19, 2023 at 7:48 AM chris burk

Re: [Jgeneral] recursive load (and jpath)

2023-05-19 Thread chris burke
projects are as simple as you can get. Any increase in complexity suggests that the user does not appreciate what is already available. On Fri, May 19, 2023 at 7:48 AM chris burke wrote: > > OK, suppose Alice, Bob and Chad work jointly on an app called Petal. > > Alice (a Mac user) ins

Re: [Jgeneral] recursive load (and jpath)

2023-05-19 Thread chris burke
from github. But to test that we > > >> have supported that we need the project installed in a different > > >> location. > > >> > > >> And, yes, this is entirely solvable. But it's not easily solvable, > > >> especially on the part of new user

Re: [Jgeneral] recursive load (and jpath)

2023-05-18 Thread chris burke
Suggestions like this come up from time to time, but I think they are mistaken. We already have a mechanism for naming files outside standard J directories, see https://code.jsoftware.com/wiki/Guides/Folders_and_Projects . I don't think anything else is needed, rather any extra mechanism will add

Re: [Jgeneral] Form Editor & wd commands

2023-04-16 Thread chris burke
The main benefit of the J6 form editor was that it made it easy to lay out controls. Each control needed a position and size, given as xywh values, and it would have been tedious to create and update those values manually. J8 wd uses Qt which has its own layout manager. We no longer give xywh

Re: [Jgeneral] math/lapack2 addon questions

2023-03-27 Thread chris burke
On point 1, it is not necessary that addon code be compatible with earlier versions. You can use RELEASE in the manifest to specify which releases are supported. Use j904 or j9.4 to support only the current release, e.g. RELEASE=: 'j9.4' If so, the builds for earlier versions will remain

Re: [Jgeneral] Folders and Projects

2023-03-04 Thread chris burke
Folders and Projects are just convenient ways to name and navigate through directories. This helps you organize your code, particularly when using Jqt. It also helps when sharing code with someone else who may use a different directory structure, since they need only define Folder names to match

Re: [Jgeneral] Installation on Linux

2022-11-29 Thread chris burke
> I want to install the program in my home directory so that is not a problem > but getting Jqt.sh to run required installing libqt5webenginewidgets5, > libqt5multimediawidgets5 and libqt5websockets5 on Ubuntu 22.04 (LTS). This is mentioned in page

Re: [Jgeneral] qtide name only search issues

2022-10-09 Thread chris burke
"name" containing \E but that should never happen. > > Thanks, > > -- > Raul > > On Sat, Oct 8, 2022 at 8:44 PM chris burke wrote: > > > > The name only search is a regex of \b (word boundary) at start and end > > of the string, see > &g

Re: [Jgeneral] qtide name only search issues

2022-10-08 Thread chris burke
The name only search is a regex of \b (word boundary) at start and end of the string, see https://github.com/jsoftware/qtide/blob/master/lib/base/fiw.cpp line 363 and https://github.com/jsoftware/qtide/blob/master/lib/base/state.cpp line 189. Perhaps a better regex could be taken from

Re: [Jgeneral] [Jbeta] Error in new wiki

2022-09-26 Thread chris burke
See www.jsoftware.com/pipermail/beta/2022-August/010622.html Yes, we should fix this, but likely will do so when we merge and rebuild the yellow wiki. On Mon, Sep 26, 2022 at 7:14 AM Don Guinn wrote: > > MOved to General Forum > > After sending this note I reran the request and it worked. But

Re: [Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread chris burke
OK, I will make that change. On Tue, Aug 30, 2022 at 1:38 PM Norman Drinkwater wrote: > > Ah, didn't realize that. We should replace the contents of > macos-fix.command with > xattr -rc * > > That should fix the problem. > > On Tue, Aug 30, 2022 at 3:21 PM chris burke wr

Re: [Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread chris burke
I am a little puzzled by this. Regex is part of the base installation, not an addon. Jd has its own copy of regex for historical reasons, but this should not be needed by tgsjo. Is it that the macos-fix.command should also call xattr on tools/regex/libjpcre2.dylib? On Tue, Aug 30, 2022 at 1:04

Re: [Jgeneral] Report on the J wiki Meeting of 2022-08-18

2022-08-27 Thread chris burke
age. I tried to do that originally without success, and it would require some php expertise. Chris On Wed, Aug 24, 2022 at 11:48 PM 'robert therriault' via General wrote: > > Present: Art Anger, Chris Burke, Raul Miller, Bob Therriault > > 1) Bob talked about the video that he

Re: [Jgeneral] Thought experiment -- pacman

2022-08-26 Thread chris burke
I agree it makes sense to support more hosting repos. The relevant pacman code is under https://github.com/jsoftware/base9, in particular see gitrepo.ijs. Perhaps the info in the proposed ~user/config/user-addons.txt would be better in ~addons/config, either as a new file or extra info in

Re: [Jgeneral] wiki migration

2022-07-25 Thread chris burke
What pages are missing? On Mon, Jul 25, 2022 at 9:20 AM 'Viktor Grigorov' via General wrote: > > Hey, > > I just now realized articles and pages have not been copied from the old > version of the wiki like the users' credentials have been. I am now wonder > whether to edit my two pages there,

Re: [Jgeneral] jpath issue

2022-07-04 Thread chris burke
Ian Thanks. This should be fixed in the latest base library 9.4.3. Chris On Sun, Jul 3, 2022 at 10:30 PM 'Ian Shannon' via General wrote: > > Hello there, > > I have just copied in Ewart Shaw's utilities, and tried to combine his path > names with my directory structure. > > The system

Re: [Jgeneral] jqt showcase

2022-06-29 Thread chris burke
The reason for the difference is that the Showcase demos are more complicated than the Qt demos, and not just a few lines of J. Perhaps instead of showing the script, you could browse to the source in the repo, e.g. for the webview to

Re: [Jgeneral] NuVoc wordings

2022-06-08 Thread chris burke
I am opposed to this for several reasons, e.g. I disagree that verb descriptions suggest that results will somehow replace the values being operated on. Experienced users don't think this way, and beginners will quickly follow suit. It makes any explanations longer. We expect users to

Re: [Jgeneral] [Jprogramming] wiki maintenance

2022-06-06 Thread chris burke
2 site is missing the most recent > three months of updates, including appearance of t and T. . > --Art > > On Sun, 5 Jun 2022 17:06:19 -0700, chris burke <mailto:cbu...@jsoftware.com>> wrote: > > It looks like the wik

Re: [Jgeneral] Wiki editing refusal

2022-05-11 Thread chris burke
This wiki config option seems relevant: https://www.mediawiki.org/wiki/Manual:$wgObjectCacheSessionExpiry We don't set this right now, and it defaults to 1 hour. -- For information about J forums see

Re: [Jgeneral] J Playground test

2022-05-11 Thread chris burke
Bob I still think this has nothing to do with the edit window. When the Playground is first loaded, using t in Term should give a value error, not the boxed list that is shown. That t is also defined in the edit window is immaterial. Chris On Wed, May 11, 2022 at 11:18 AM 'robert therriault'

Re: [Jgeneral] J Playground test

2022-05-11 Thread chris burke
This just looks like a bug. It shouldn't be necessary to run the edit window first just to use Term. However on a related matter - when you load a lab, it should automatically hide the edit window. On Wed, May 11, 2022 at 10:10 AM 'robert therriault' via General < gene...@jsoftware.com> wrote:

Re: [Jgeneral] J Playground - Major upgrade announcement and approaching version 1.0

2022-04-26 Thread chris burke
> As it is currently working, I don't know the point of having Line & Show under Echo Run. I don't know what Connect and Disconnect under Server do. I also don't know what Center Panes under View does. 1. The Server menu with Connect and Disconnect is from the 2018 original, which connected to a

Re: [Jgeneral] Re (2): An invitation to participate in developing the J wiki

2022-03-09 Thread chris burke
n the wiki ..." to "Documentation can be found in the wiki (see links in the side panel) ..." On Wed, Mar 9, 2022 at 10:40 PM wrote: > From: chris burke > Date: Wed, 9 Mar 2022 15:50:48 +0800 > > ... several links to the wiki in the side panel of that page. >

Re: [Jgeneral] An invitation to participate in developing the J wiki

2022-03-08 Thread chris burke
Thanks. I will add a link to the word "wiki", but note that there are several links to the wiki in the side panel of that page. On Wed, Mar 9, 2022 at 11:07 AM wrote: > Robert & All, > > From: "'robert therriault' via General" > Date: Tue, 8 Mar 2022 18:35:03 -0800 > > ps. please respond

Re: [Jgeneral] How to make graphview work?

2022-03-06 Thread chris burke
In the slim version, JVERSION or Help|About will have an "s" after the Qt version number, e.g. Qt IDE: 1.9.5s/5.12.8(5.12.8) On Mon, Mar 7, 2022 at 7:21 AM chris burke wrote: > Sounds like you have the slim version of Jqt which doesn't support > webview. See https://code.js

Re: [Jgeneral] How to make graphview work?

2022-03-06 Thread chris burke
Sounds like you have the slim version of Jqt which doesn't support webview. See https://code.jsoftware.com/wiki/Guides/Qt_IDE/Install . On Mon, Mar 7, 2022 at 5:34 AM Thomas Bulka wrote: > Hello Forum, > > I'm running J 9.03 on a Windows 11 computer and installed the most > recent version

Re: [Jgeneral] Update on this week's wiki work

2021-12-01 Thread chris burke
> I tried downloading the referenced zip file but it asked that I log in first. (Why?) I appear to have lost my record of my credentials and was unable to log in. Perhaps someone, could guide me here. Help, please. On that page, clicking the link is a request to upload the file, not download it.

Re: [Jgeneral] [Jprogramming] J Wiki Coordinator

2021-11-11 Thread chris burke
cussion can > and should continue. > >> > >> Chris, > >> > >> When I go to the statistics page I see 9,895 pages including redirects > and 7,018 uploaded files. > >> Perhaps, our first task on the wiki is to try and figure out the > difference i

Re: [Jgeneral] replace in QTide

2021-09-15 Thread chris burke
I have seen this before but cannot reproduce it. Perhaps it is related to something in the script itself? Do you have an example that reliably reproduces it? If so, please send me the script. BTW, the find/replace code hasn't changed for some time. On Tue, Sep 14, 2021 at 3:11 AM R.E. Boss

Re: [Jgeneral] bug/feature request tracking

2021-09-14 Thread chris burke
This looks good. Something to bear in mind for the future - Github repos have both issues and projects. At some point we might have issues = bug reports, and projects = proposed new features. On Tue, Sep 14, 2021 at 6:43 AM Michal Wallace wrote: > Okay, I've made a start. Will resume

Re: [Jgeneral] FF character in J source files on windows jconsole.

2021-07-18 Thread chris burke
It looks like FF is not supported in linux scripts, e.g. 9!:14'' j903/j64avx2/linux/beta-l/commercial/ www.jsoftware.com/2021-06-17T13:00:33/clang-10-0-0/SLEEF=1 ('1',FF,'2') fwrite 't1.ijs' 3 0!:1 <'t1.ijs' 1 2 |spelling error | 1 2 |^ |[-0] t1.ijs I think FF is

Re: [Jgeneral] Projects: Jqt project builds vs GitHub ~addons

2021-06-27 Thread chris burke
Addons are sourced from github, but otherwise there is nothing specific to github about them. They must comply with some basic rules, see https://code.jsoftware.com/wiki/Addons/Developers_Guide but otherwise are free form. Jqt isn't needed. > I inadvertently overwrote the main file in my

Re: [Jgeneral] System installation

2021-04-30 Thread chris burke
, but are important to the > viewing experience. I don't know how to manage that. > > On Thu, Apr 29, 2021 at 7:31 PM chris burke wrote: > > > Did you try: > > > >install 'qtide' > > > > as per w

Re: [Jgeneral] System installation

2021-04-29 Thread chris burke
Did you try: install 'qtide' as per wiki page https://code.jsoftware.com/wiki/Guides/Qt_IDE/Install On Thu, Apr 29, 2021 at 2:59 PM Brian Schott wrote: > > Looking more at the code in install_console > in the locale 'jpacman' > I've been able to selectively use *'install'jpkg y* > making y

Re: [Jgeneral] forums block my email

2021-03-10 Thread chris burke
Curious. I don't see anything wrong with your earlier message, or why it was not posted by mailman. In the past your normal messages went through. It might be worth trying again. If you post your earlier message, then try minor changes to it, e.g. do not append the message you are responding to.

Re: [Jgeneral] searchable mailing list archive

2020-11-14 Thread chris burke
The forum search page is www.jsoftware.com/forumsearch.htm See also code.jsoftware.com/wiki/System/Forums for an overview of the forums. On Sat, Nov 14, 2020 at 10:26 AM 'Rudolf Sykora' via General wrote: > > Hello, > > > is it so that the mailing list archive > >

Re: [Jgeneral] Copy in jqt

2020-10-05 Thread chris burke
You could program this. Selecting an area in the table and then pressing Ctrl+C (or any key) gives an event that you could use to read the cells selected and write them to the clipboard. To see the events, run: showevents_jqtide_ 2 On Mon, Oct 5, 2020 at 9:31 AM Brian Schott wrote: > >

Re: [Jgeneral] Running J in Jupyter

2020-08-23 Thread chris burke
1. Can you confirm that J does run on your machine, i.e. the following should load J; ../JDemo/J805/bin/jconsole 2. Line 19 has "ModuleNotFoundError: No module named 'contextvars'" This looks like a Python problem, perhaps a mismatch between the download and your local copy of python? The

Re: [Jgeneral] [Jprogramming] Ancillary pages disappeared??

2020-08-06 Thread chris burke
Thanks. It looks like they fell off in the last update. I will restore them. As regards the forum, please see code.jsoftware.com/wiki/System/Forums#Which_forum_to_use . In this case, the general forum would be correct. On Thu, Aug 6, 2020 at 12:32 AM HH PackRat wrote: > > I didn't know which of

Re: [Jgeneral] install from github

2020-04-08 Thread chris burke
Vanessa McHale wrote: > > Thanks! It does install now, but into the base locale… > > Cheers, > Vanessa > > > On Apr 7, 2020, at 3:00 PM, chris burke wrote: > > > > The brief doc is at https://code.jsoftware.com/wiki/Pacman#github . > > > > Trying this: &

Re: [Jgeneral] install from github

2020-04-08 Thread chris burke
gt; > Thanks, > > -- > Raul > > On Tue, Apr 7, 2020 at 4:26 PM Vanessa McHale wrote: > > > > Thanks! It does install now, but into the base locale… > > > > Cheers, > > Vanessa > > > > > On Apr 7, 2020, at 3:00 PM, chris burke w

Re: [Jgeneral] install from github

2020-04-07 Thread chris burke
The brief doc is at https://code.jsoftware.com/wiki/Pacman#github . Trying this: install 'github:vmchale/elliptic-fourier' installed: vmchale/elliptic-fourier master into folder: math/elliptic-fourier dir '~addons/math/elliptic-fourier' manifest.ijs 310 07-Apr-20 12:55:53 This

Re: [Jgeneral] error with Graphviz and/or webview in j901 under Windows

2020-03-02 Thread chris burke
; where I don't really > want them. Recent versions of Dyalog APL have put ws under Documents, > which I > find unappealing, but somehow unavoidable! > > Sorry to raise a hare of my own making, > Thanks, > Mike > > On 01/03/2020 20:34, chris burke wrote: > > > The u

Re: [Jgeneral] jqt - failure to install libjqt.so on ubuntu 19.10

2020-03-01 Thread chris burke
Alex Thanks for the report. I haven't tried the deb install in a while and will take a look. In the meantime, the zips install should work fine. I run linux mint 19.3 and install in my home directory. Chris On Sun, Mar 1, 2020 at 10:32 AM Alex Gibbs wrote: > > I'd like to try J and the IDE,

Re: [Jgeneral] error with Graphviz and/or webview in j901 under Windows

2020-03-01 Thread chris burke
The user issue should be unrelated to your earlier problems. The user folder can be anywhere you like. You just need to update bin/profile.ijs or see bin/profilex_template.ijs for an alternative that doesn't change the distributed profile.ijs script. This won't affect whether the qt library is

Re: [Jgeneral] error with Graphviz and/or webview in j901 under Windows

2020-02-29 Thread chris burke
ce more > still yields the same result with ...smtest.ijs, while JVERSION > continues showing: > AFTER Windows update and restart: > Qt IDE: 1.8.5s/5.12.6 > Any other ideas? > NB - this isn't terribly important to me, but you presumably need to > know what's going > wrong an

Re: [Jgeneral] error with Graphviz and/or webview in j901 under Windows

2020-02-29 Thread chris burke
After running install'full', then the J bin directory should have file Qt5WebEngine.dll (as well as several other files included with full. Do you see that file in bin? Are there any permission problems, e.g. you are running the install'full' but cannot save to bin? On Fri, Feb 28, 2020 at 2:56

[Jgeneral] error with Graphviz and/or webview in j901 under Windows

2020-02-28 Thread chris burke
Mike I downloaded the latest 901 on Windows 10 and running install'full' converts my slim install to full. Lets try to track down where this is not working for you. First, can you confirm that you did indeed exit J and restart? Chris

Re: [Jgeneral] Home page claims latest release is 807

2020-02-08 Thread chris burke
Thanks, that page is updated now. On Sat, Feb 8, 2020 at 2:05 AM ethiejiesa via General wrote: > It looks like the page at the url below got lost in the shuffle updating to > 901: > > https://www.jsoftware.com/indexno.html > --

Re: [Jgeneral] @jsoftware.com vs @forums.jsoftware.com

2020-02-06 Thread chris burke
Hi Ruda Please see https://code.jsoftware.com/wiki/System/Forums#Mail_Routing . It would be nice if the forums.jsoftware.com address were completely hidden, but I don't know how to do that. Chris On Thu, Feb 6, 2020 at 11:53 AM wrote: > Hello, > > > as I bumped into this several times

Re: [Jgeneral] Is forum search broken?

2020-01-09 Thread chris burke
Your old forum posts used to have your yahoo email address, but now they are shown as coming from the forum itself, e.g. see the last days messages in the forum search. I am not sure why this is. The forum search hasn't changed for some time. Any suggestions? On Thu, Jan 9, 2020 at 5:30 PM Jim

Re: [Jgeneral] R interface problem

2020-01-01 Thread chris burke
After the cd error, please run cder'' and let us know the result. See https://code.jsoftware.com/wiki/Guides/DLLs/Error_Messages On Wed, Jan 1, 2020 at 5:37 PM Lippu Esa wrote: > Happy new year to everybody! > > I am having trouble with the R interface: > >Ropen'' > |domain error: cd >

Re: [Jgeneral] support for case sensitive file system in macos

2019-12-09 Thread chris burke
Note that Jqt also has a toLower for the mac in base/util.cpp/cfcase. I don't think this caused the "first line error", but you would need to recompile it for normal use. On Sun, Dec 8, 2019 at 8:27 PM Dimitrios Galanakis wrote: > I initialized a git repository and added the 'system' dir files.

Re: [Jgeneral] support for case sensitive file system in macos

2019-12-08 Thread chris burke
This is a file name error when initializing Jqt - most likely because of incorrect capitalization. Does jconsole work properly, i.e. run bin/jconsole in a terminal? If so, do BINPATH and SystemFolders_j_ have correct capitalization? On Sun, Dec 8, 2019 at 12:20 PM Dimitrios Galanakis wrote: >

Re: [Jgeneral] support for case sensitive file system in macos

2019-12-08 Thread chris burke
t results in error > > qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" > This application failed to start because no Qt platform plugin could be > initialized. Reinstalling the application may fix this problem. > > Not sure if this is a filec

Re: [Jgeneral] support for case sensitive file system in macos

2019-12-08 Thread chris burke
I doubt this has ever been tried. In order to handle case-insensitivity, the scripts convert filenames to lowercase in windows and mac. If you want to experiment, edit system/main/stdlib.ijs and replace the Darwin definition: filecase=: 'tolower' with filecase=: ] Then restart J. On Sat,

Re: [Jgeneral] Configuring different folder for Project Manager

2019-06-26 Thread chris burke
It should pick up your projects automatically when you restart J. Can you confirm that your projects are correctly set up, i.e. that each project folder has a .jproj file of the same name? See https://code. jsoftware.com/wiki/Guides/Folders_and_Projects. Also check that ~Projects is defined

Re: [Jgeneral] Android install for new users

2019-05-05 Thread chris burke
The website has a link to Installation in the side menu which points to the apk. On Sun, May 5, 2019 at 11:48 AM Tom Arneson wrote: > Linda is correct about the J website not having a good method to get to > the jandroid.apk. There is just a loop in the links. >

Re: [Jgeneral] New addon

2019-04-30 Thread chris burke
I added a section on this to the Developers Guide, see https://code.jsoftware.com/wiki/Addons/Developers_Guide#Github On Mon, Apr 29, 2019 at 11:06 PM William Szuch wrote: > Are there guides on the Wiki to help with setting up a new addon using > GitHub on the new Jsoftware website? > > I am

Re: [Jgeneral] [Jprogramming] bug in addons/math/uu for the past week or more

2019-04-24 Thread chris burke
Tom Thanks for the report. I can reproduce and will pass it on to Ian Clark who has been reworking the math addons. There were a couple of posts from you on Monday that were not delivered to the forum. I could not trace why, but I have made some internal changes to the forums in the last few

Re: [Jgeneral] Unexpected nonce error in j901

2019-04-22 Thread chris burke
Hi Pablo That replace function is not in the distribution. Perhaps you could use the distributed rplc, i.e. 'abcdef' replace 'ab' |value error | 'abcdef' replace'ab' 'abcdef' rplc 'ab' bbcdef The behavior of } has changed in 901, see

Re: [Jgeneral] Missing JHS files in recent J807

2019-04-20 Thread chris burke
Thanks! Fixed now. On Sat, Apr 20, 2019 at 2:38 AM ol...@bluewin.ch wrote: > Resending this because I couldn’t find it in the archives. Sorry if it > cones in twice! > > Hi, > > During a recent install of a fresh copy of J807 on my computer, I noticed > that (at least) all the Windows and Mac

Re: [Jgeneral] Can't install j64-807 on Mojave

2019-04-16 Thread chris burke
istory files... > > ...completed. > > > [Process completed] > > > But I cannot launch J. And when I tried bin/jconsole (from within the > installation directory) the terminal seemed to hang. I.e. no prompt or > anything. > > > Kind regards, > > Pabl

Re: [Jgeneral] Can't install j64-807 on Mojave

2019-04-16 Thread chris burke
Our instructions at https://code.jsoftware.com/wiki/System/Installation/All-in-One#Mac state that sierra-fix.command should be run for Sierra, but that should be for Sierra or later. Please try that first. If it still fails, in a terminal navigate to the J installation directory and try:

Re: [Jgeneral] Fwd: Email Warnings

2019-03-30 Thread chris burke
top of each forum email. > > Skip > > > Skip Cave > Cave Consulting LLC > > > On Sat, Mar 30, 2019 at 8:54 AM chris burke wrote: > > > Thanks for the report. > > > > Forum messages are posted by the gmail smtp server. We have not set up > our

Re: [Jgeneral] Fwd: Email Warnings

2019-03-30 Thread chris burke
Thanks for the report. Forum messages are posted by the gmail smtp server. We have not set up our own DKIM, but so far this has not been a problem and the gmail default seems to have worked fine. I suppose we should set up our own DKIM sometime, but since there have been no recent changes here,

Re: [Jgeneral] Problem copying latest release

2019-01-18 Thread chris burke
Are you installing avx on a non-avx machine? On Sat, Jan 19, 2019 at 4:45 AM Devon McCormick wrote: > I tried to install the latest version of J by copying my working version to > a machine behind a firewall that I cannot update normally. This has worked > in the past but now fails with an

Re: [Jgeneral] files in jwiki

2018-11-05 Thread chris burke
Right, the way files are handled is that a file link takes you to the File: page from which you can then download or view the file. This is the design of mediawiki (the wikipedia engine). Wiki engines were never really intended for file delivery systems. In your own case, since you have several

Re: [Jgeneral] Slim version of jqt is now the default for j807?

2018-10-22 Thread chris burke
nd run sierra-fix again to clear the jqt > files' > > If you are comfortable with that I could make that change when I get back > to my computer. > > Cheers, bob > > > > > On Oct 22, 2018, at 1:49 PM, chris burke wrote: > > > > I am not sure anythin

Re: [Jgeneral] Slim version of jqt is now the default for j807?

2018-10-22 Thread chris burke
code.jsoftware.com/wiki/System/Installation/All-in-One > in the Mac section, instruction 3 after running the Sierra fix. May be my > misunderstanding as the non-AIO is mentioned in the same area as well. > > Cheers, bob > > > On Oct 22, 2018, at 11:17 AM, chris burke wrote:

Re: [Jgeneral] Slim version of jqt is now the default for j807?

2018-10-22 Thread chris burke
was able to load the full version with install 'full'. > > Cheers, bob > > > On Oct 22, 2018, at 10:34 AM, chris burke wrote: > > > > According to that page, the AIO installers should install the slim > version, > > while the following should install the full v

Re: [Jgeneral] JQt on UBUNTU

2018-08-14 Thread chris burke
I believe that shared library should be included with recent ubuntu distributions. What version of ubuntu are you running? On Tue, Aug 14, 2018 at 10:10 AM Don Guinn wrote: > Installed J807 on UBUNTU, ran the inxtaller.ijs. The JQt icon does nothing. > Ran under terminal and got: > > ./jqt:

Re: [Jgeneral] J/ipad

2018-07-09 Thread chris burke
Try 9!:36/37, http://jsoftware.com/help/dictionary/dx009.htm On Mon, Jul 9, 2018 at 5:13 AM, Michel Dumontier wrote: > Is there an equivalent of Quad pw of APL in J on iPad. I don't find it even > in foreign conjunctions. > > > >

Re: [Jgeneral] Missing Files NYCJUG/2012-04-11

2018-06-28 Thread chris burke
The files are on the wiki, but the links are invalid. Edit the page (and similar pages) to remove the quotes in the file links, i.e. [[File:foo.pdf]] and not [[File:"foo.pdf"]] On Thu, Jun 28, 2018 at 8:04 AM, David Mitchell wrote: > Does anyone know if the files listed on this wiki page are

Re: [Jgeneral] An exercise in versions...

2018-06-19 Thread chris burke
On Tue, Jun 19, 2018 at 5:16 PM, Devon McCormick wrote: > Do I have to get this from github or does pacman get this? Core addons (which include imagekit) are sourced from github but installed with pacman. Changes to the github repos trigger builds for pacman. There is a new facility that

Re: [Jgeneral] An exercise in versions...

2018-06-19 Thread chris burke
I don't know why the imagekit 807 addon was not built after the move to github. I updated the manifest version and it has now built correctly. Also, it has not changed recently so the older version should work. Thanks for pointing this out. On Tue, Jun 19, 2018 at 1:43 PM, Raul Miller wrote:

Re: [Jgeneral] Discovery of system error

2018-05-15 Thread chris burke
The latest sqlite addon v1.0.22 for j807 writes using binary values bound to columns. You should expect an order of magnitude better performance for both read/write compared to ddsqlite, for non-trivial data sets. This is for j807 only, since the underlying code for write is completely new. If

Re: [Jgeneral] [Jprogramming] github-based addons

2018-04-28 Thread chris burke
One thing still to do is a page that lists all J-related github repos. This would include not just the current set of addons, but any repos of interest to the community. The usual starting page name for this is jsoftware.github.com, which can be in any format. Right now it just redirects to a J

Re: [Jgeneral] [Jprogramming] github-based addons

2018-04-28 Thread chris burke
AFAIK, the current set of addons is in reasonably good shape, if not always properly documented. Are you aware of specific issues with them? On Wed, Apr 25, 2018 at 3:27 PM, Ian Clark wrote: > > It might be nice to have a way of marking addons as broken, either with a >

Re: [Jgeneral] github-based addons

2018-04-28 Thread chris burke
Thanks, this is done now, see code.jsoftware.com/wiki/Addons/Installation#install_Verb On Wed, Apr 25, 2018 at 12:58 PM, Alex Shroyer wrote: > Pulling the latest master branch from GitHub is a nice default, but PLEASE > make it possible to specify a particular version. > A

Re: [Jgeneral] github-based addons

2018-04-28 Thread chris burke
This is now complete, and all SVN repos are now on github. Developers should let me know if they want access/ownership of any repo. On Tue, Apr 24, 2018 at 5:09 PM, chris burke <cbu...@jsoftware.com> wrote: > An update on this - > > Tomorrow we will change all Jsoftware SVN rep

Re: [Jgeneral] github-based addons

2018-04-24 Thread chris burke
An update on this - Tomorrow we will change all Jsoftware SVN repos to read-only, and start migrating them to github. I'll post when this is complete. This should not affect any normal use of J or the J addons. On Wed, Apr 11, 2018 at 11:49 AM, chris burke <cbu...@jsoftware.com>

Re: [Jgeneral] [Jprogramming] github-based addons

2018-04-11 Thread chris burke
hem? > > Thanks, > > -- > Raul > > > On Wed, Apr 11, 2018 at 2:49 PM, chris burke <cbu...@jsoftware.com> wrote: > > (This is cross posted to general and programming - please send any > comments > > to general.) > > > > We plan to move the addons sour

  1   2   3   >