| 00:05:14 | * | brakmic quit () |
| 00:07:08 | * | krux02_ joined #nim |
| 00:10:06 | * | krux02 quit (Ping timeout: 264 seconds) |
| 00:11:42 | * | TheManiac[m] quit (Ping timeout: 252 seconds) |
| 00:12:19 | * | TheManiac[m] joined #nim |
| 00:17:06 | FromDiscord | <exelotl> Ouch I spent all evening trying to make a simple text input dialog for a small SDL program |
| 00:21:04 | FromDiscord | <exelotl> It's a nightmare with the windows API. Nigui seemed promising but it fails with this error https://github.com/trustable-code/NiGui/issues/29 |
| 00:21:50 | FromDiscord | <exelotl> Do the IUP bindings still work? I might give those a try tomorrow |
| 00:23:01 | FromDiscord | <exelotl> Failing that I'll have to implement a text field in SDL itself which seems extremely overkill but hey xD |
| 00:26:38 | * | rnrwashere quit (Remote host closed the connection) |
| 00:31:55 | * | leorize joined #nim |
| 00:32:38 | * | RaimuEr joined #nim |
| 00:39:23 | * | RaimuEr quit (Ping timeout: 256 seconds) |
| 00:45:59 | FromGitter | <iffy> @Varriount I'm trying to create a core "C" library that I then use in an Electron app and mobile apps. |
| 00:46:08 | FromGitter | <iffy> (your question was from Feb 22) |
| 00:48:45 | * | rnrwashere joined #nim |
| 00:49:54 | * | rnrwashere quit (Read error: Connection reset by peer) |
| 00:49:56 | * | jakeprem quit (Quit: Ping timeout (120 seconds)) |
| 00:50:04 | * | rnrwashere joined #nim |
| 00:50:29 | * | jakeprem joined #nim |
| 00:54:29 | * | rnrwashere quit (Ping timeout: 255 seconds) |
| 00:56:08 | * | rockcavera joined #nim |
| 00:56:44 | * | rnrwashere joined #nim |
| 01:00:04 | * | rnrwashe_ joined #nim |
| 01:00:52 | * | rnrwashere quit (Ping timeout: 245 seconds) |
| 01:04:30 | * | rnrwashe_ quit (Ping timeout: 252 seconds) |
| 01:22:19 | * | david1 joined #nim |
| 01:24:07 | * | dddddd quit (Remote host closed the connection) |
| 01:31:16 | * | rnrwashere joined #nim |
| 01:33:32 | * | abm quit (Ping timeout: 250 seconds) |
| 01:35:27 | * | rnrwashere quit (Ping timeout: 240 seconds) |
| 01:38:06 | * | rnrwashere joined #nim |
| 01:42:45 | * | Snircle quit (Quit: Textual IRC Client: www.textualapp.com) |
| 01:43:44 | * | rauss quit (Quit: WeeChat 2.4) |
| 01:54:15 | * | rnrwashere quit (Remote host closed the connection) |
| 01:54:37 | * | rnrwashere joined #nim |
| 01:54:37 | * | noeontheend joined #nim |
| 02:05:51 | * | rnrwashere quit (Remote host closed the connection) |
| 02:07:55 | * | rnrwashere joined #nim |
| 02:17:21 | * | rnrwashere quit (Remote host closed the connection) |
| 02:17:46 | * | rnrwashere joined #nim |
| 02:19:08 | * | Jesin quit (Quit: Leaving) |
| 02:25:46 | * | Jesin joined #nim |
| 02:27:56 | * | rnrwashere quit (Remote host closed the connection) |
| 02:28:51 | * | bungoman joined #nim |
| 02:29:43 | * | bungoman quit (Read error: Connection reset by peer) |
| 02:52:53 | * | tobbez quit (Ping timeout: 250 seconds) |
| 02:53:36 | * | tobbez joined #nim |
| 02:57:30 | FromGitter | <Varriount> Anyone know what characters are allowed in HTTP header values? |
| 02:58:51 | * | revere quit (Ping timeout: 264 seconds) |
| 03:00:03 | * | revere joined #nim |
| 03:01:43 | * | disruptek quit (Ping timeout: 245 seconds) |
| 03:02:37 | * | banc quit (Quit: Bye) |
| 03:09:35 | * | tobbez quit (Ping timeout: 258 seconds) |
| 03:10:09 | * | tobbez joined #nim |
| 03:13:32 | * | david1 quit (Quit: WeeChat 2.4) |
| 03:14:45 | * | rnrwashere joined #nim |
| 03:22:23 | * | disruptek joined #nim |
| 03:24:23 | * | banc joined #nim |
| 03:35:16 | * | tobbez quit (Ping timeout: 258 seconds) |
| 03:35:58 | * | tobbez joined #nim |
| 03:48:27 | * | nsf joined #nim |
| 03:56:07 | * | tobbez quit (Ping timeout: 240 seconds) |
| 03:57:20 | * | tobbez joined #nim |
| 04:03:38 | * | tobbez quit (Ping timeout: 258 seconds) |
| 04:11:16 | * | tobbez joined #nim |
| 04:23:02 | * | noonien quit (Quit: Connection closed for inactivity) |
| 04:35:33 | FromGitter | <slomp> Is it possible to specify the compiler in the `<project-name>.nims` file? ⏎ I tried using `--cc:vcc`, but it does not seem to have any effect. |
| 04:36:13 | * | chemist69 quit (Ping timeout: 258 seconds) |
| 04:38:09 | * | chemist69 joined #nim |
| 04:38:27 | * | tobbez quit (Ping timeout: 252 seconds) |
| 04:38:55 | * | tobbez joined #nim |
| 04:41:47 | * | noeontheend quit (Ping timeout: 240 seconds) |
| 04:43:11 | * | arecacea1 quit (Remote host closed the connection) |
| 04:43:50 | * | arecacea1 joined #nim |
| 04:52:19 | Araq | try switch("cc", "vcc") |
| 04:57:50 | FromGitter | <slomp> nope, same behavior :-( |
| 05:02:38 | FromGitter | <slomp> oh, wait... something really weird with my paths here... |
| 05:03:28 | * | kapil____ joined #nim |
| 05:05:24 | * | tobbez quit (Ping timeout: 252 seconds) |
| 05:05:33 | * | tobbez joined #nim |
| 05:10:27 | * | tobbez quit (Ping timeout: 240 seconds) |
| 05:12:58 | * | leorize quit (Quit: WeeChat 2.3) |
| 05:13:10 | * | tobbez joined #nim |
| 05:21:20 | FromGitter | <slomp> OK, one problem solved; now on to the next: ⏎ can I do something like `when defined(gcc): ...` in a `<project-name>.nims` file? |
| 05:25:08 | Araq | like you wrote it, I guess |
| 05:29:42 | FromGitter | <slomp> I'm probably missing something obvious here. ⏎ Suppose I have this in my `<project-name>.nims` file: ⏎ ⏎ ```--cc:vcc ⏎ ⏎ when defined(gcc): ⏎ echo "gcc defined."``` ⏎ ... [https://gitter.im/nim-lang/Nim?at=5c7e094665ffa019ea8c581e] |
| 05:30:20 | * | rnrwashere quit (Remote host closed the connection) |
| 05:41:09 | * | tobbez quit (Ping timeout: 252 seconds) |
| 05:41:52 | * | tobbez joined #nim |
| 05:46:27 | * | tobbez quit (Ping timeout: 240 seconds) |
| 05:47:03 | * | narimiran joined #nim |
| 05:47:07 | * | tobbez joined #nim |
| 05:54:27 | * | tobbez quit (Ping timeout: 240 seconds) |
| 05:56:16 | * | tobbez joined #nim |
| 06:00:48 | * | tobbez quit (Remote host closed the connection) |
| 06:00:54 | FromGitter | <2vg> @Varriount ⏎ ⏎ > Anyone know what characters are allowed in HTTP header values? ⏎ ⏎ Only printable ASCII characters. (%x21-7E) [https://gitter.im/nim-lang/Nim?at=5c7e10964a65f75473678a14] |
| 06:18:45 | FromGitter | <Varriount> @2vg Thanks! |
| 06:25:07 | * | vlad1777d quit (Ping timeout: 240 seconds) |
| 07:00:19 | * | Pisuke joined #nim |
| 07:00:53 | * | MyMind quit (Ping timeout: 245 seconds) |
| 07:19:47 | * | disruptek quit (Ping timeout: 240 seconds) |
| 07:42:03 | * | disruptek joined #nim |
| 07:42:21 | * | rnrwashere joined #nim |
| 07:45:30 | * | dddddd joined #nim |
| 07:45:40 | * | pwntus quit (Ping timeout: 246 seconds) |
| 07:46:27 | * | rnrwashere quit (Ping timeout: 240 seconds) |
| 08:00:00 | * | gmpreussner quit (Quit: kthxbye) |
| 08:01:32 | * | PMunch joined #nim |
| 08:04:43 | * | gmpreussner joined #nim |
| 08:07:52 | * | tobbez joined #nim |
| 08:18:22 | * | Jjp137 quit (Ping timeout: 245 seconds) |
| 08:23:03 | * | PMunch quit (Remote host closed the connection) |
| 08:28:40 | * | PMunch joined #nim |
| 08:32:33 | * | PMunch quit (Remote host closed the connection) |
| 08:33:30 | * | pwntus joined #nim |
| 08:39:29 | * | krux02_ is now known as krux02 |
| 08:40:27 | * | PMunch joined #nim |
| 08:40:42 | * | Jjp137 joined #nim |
| 08:43:27 | * | Vladar joined #nim |
| 08:57:20 | * | xace quit (Ping timeout: 268 seconds) |
| 08:57:44 | * | xace joined #nim |
| 09:01:08 | * | skelett joined #nim |
| 09:07:53 | * | floppydh joined #nim |
| 09:08:46 | * | leorize joined #nim |
| 09:25:54 | FromGitter | <zah> I've created a nimrtl tag in the tracker some time ago, but I don't see it anymore. Was it deleted on purpose? |
| 09:33:28 | * | Sembei joined #nim |
| 09:33:47 | * | Pisuke quit (Ping timeout: 240 seconds) |
| 09:36:07 | narimiran | @zah there was 'label cleanup' a month or so ago, where some labels were removed (labels with zero open issues, too specific labels, labels which fall under other labels, etc.). i'm not sure in which category `nimrtl` label was |
| 09:37:44 | FromGitter | <zah> I'd say nimrtl is a bit unusual in the sense that it has many real issues, but not so many reported ones. This was discovered during the development of the hot code reloading branch. I created this tag to start cataloguing such issues |
| 09:41:30 | narimiran | sorry if it was removed from where it shouldn't have been. you can re-introduce it if there's a group of issues which would fall under that label |
| 09:52:34 | * | abm joined #nim |
| 10:10:33 | * | salewski joined #nim |
| 10:12:21 | salewski | narimiran, in current Nim documentation example code has excactly the same visual appearance than proc and type declarations. |
| 10:12:38 | narimiran | salewski: ok |
| 10:12:41 | narimiran | yes |
| 10:13:03 | salewski | I noticed that for example in the tables.nim docs, makes it not easy to find proc docs. |
| 10:13:14 | FromGitter | <alehander42> oh i have to finish jsffi docs |
| 10:14:00 | salewski | It is becomming more a problem now as we have many examples in the docs. Maybe we can give examples a different look? |
| 10:14:05 | narimiran | salewski: what do you propose? different background color? |
| 10:15:42 | narimiran | btw, i didn't experience that problem (i can differentiate between the two) because of the whitespace before proc declaration and bolded "Examples" before examples |
| 10:15:43 | salewski | I am not sure, but most other languages docs have at least a small difference. Different background would be fine for me, or maybe something like an icon? |
| 10:15:55 | narimiran | @alehander42 :) |
| 10:17:08 | narimiran | salewski: maybe to have proc definitions "unindented" (they would stick out on the left)? |
| 10:17:22 | salewski | Yes, there is some difference, proc keyword at start of line. But for fast scrolling optical difference like different bbackground may be better. |
| 10:18:40 | salewski | Yes, good idea: proc definitions "unindented" |
| 10:20:34 | narimiran | ok, i'll play with it when i catch some time, and if it looks good will push it |
| 10:23:02 | salewski | Fine. Ruby has different colors, but that is very strong, maybe too strong. Bye. |
| 10:23:06 | salewski | https://docs.ruby-lang.org/en/2.5.0/Array.html |
| 10:23:09 | * | salewski quit (Quit: WeeChat 2.3) |
| 10:24:34 | FromGitter | <alehander42> hm i use https://ruby-doc.org/ most of the time |
| 10:24:41 | FromGitter | <alehander42> which one is more relevant |
| 10:29:33 | * | theelous3_ joined #nim |
| 11:13:43 | * | waleee joined #nim |
| 11:16:05 | * | lritter joined #nim |
| 11:27:31 | * | seni joined #nim |
| 12:14:26 | * | pwntus quit (Ping timeout: 250 seconds) |
| 12:20:02 | FromGitter | <alehander42> do we have a regex |
| 12:20:07 | FromGitter | <alehander42> lib that works on ct |
| 12:26:47 | * | mal`` quit (Quit: Leaving) |
| 12:31:41 | * | mal`` joined #nim |
| 12:36:44 | * | seni_ joined #nim |
| 12:40:27 | * | seni quit (Ping timeout: 240 seconds) |
| 12:43:14 | euantor | @alehander42: try https://github.com/nitely/nim-regex |
| 12:56:38 | * | Snircle joined #nim |
| 13:05:47 | * | stefanos82 joined #nim |
| 13:05:55 | FromGitter | <dom96> Oops. Our digital ocean open source credit expired |
| 13:06:11 | FromGitter | <dom96> Good thing they don't shut down droplets when money runs out |
| 13:10:01 | FromGitter | <alehander42> euantor: thanks, i decided i might get away with some simple manual lexing this time |
| 13:10:13 | FromGitter | <alehander42> but i've seen the regex lib in nimterop too, have to try it |
| 13:14:32 | * | Vladar quit (Remote host closed the connection) |
| 13:25:43 | * | nsf quit (Quit: WeeChat 2.4) |
| 13:30:38 | * | waleee quit (Quit: WeeChat 2.4) |
| 13:51:54 | * | pwntus joined #nim |
| 14:05:40 | * | pwntus quit (Ping timeout: 268 seconds) |
| 14:08:26 | * | vlad1777d joined #nim |
| 14:21:09 | * | pwntus joined #nim |
| 14:22:48 | * | seni_ quit (Remote host closed the connection) |
| 14:23:10 | * | thomasross quit (Read error: Connection reset by peer) |
| 14:23:12 | * | seni_ joined #nim |
| 14:23:24 | * | thomasross_ joined #nim |
| 14:23:24 | * | thomasross_ is now known as thomasross |
| 14:28:45 | * | noeontheend joined #nim |
| 14:37:35 | FromGitter | <gogolxdong> Does Digital Ocean charge our server? |
| 14:49:20 | * | rnrwashere joined #nim |
| 14:54:03 | * | rnrwashere quit (Ping timeout: 252 seconds) |
| 15:05:45 | * | beatmox joined #nim |
| 15:12:35 | * | floppydh quit (Quit: WeeChat 2.3) |
| 15:12:58 | * | shadowbane joined #nim |
| 15:32:59 | * | solitudesf quit (Quit: ZNC - https://znc.in) |
| 15:33:25 | * | solitudesf joined #nim |
| 15:36:54 | * | NimBot joined #nim |
| 15:39:13 | * | Trustable joined #nim |
| 15:44:41 | * | PMunch quit (Remote host closed the connection) |
| 16:01:45 | * | planetis[m] quit (Ping timeout: 252 seconds) |
| 16:01:57 | * | planetis[m] joined #nim |
| 16:02:18 | * | libman[m] quit (Ping timeout: 252 seconds) |
| 16:02:23 | * | leorize quit (Quit: WeeChat 2.3) |
| 16:02:28 | * | libman[m] joined #nim |
| 16:07:56 | FromGitter | <iffy> I |
| 16:09:50 | * | noonien joined #nim |
| 16:17:01 | * | nsf joined #nim |
| 16:36:23 | * | lqdev[m] joined #nim |
| 16:40:05 | * | lqdev joined #nim |
| 16:40:26 | * | lqdev quit (Client Quit) |
| 16:46:30 | * | Vladar joined #nim |
| 16:50:54 | FromGitter | <liquid600pgm> hello! |
| 17:01:32 | FromGitter | <mratsim> @gogolxdong AFAIK it's sponsored |
| 17:07:23 | * | vlad1777d quit (Remote host closed the connection) |
| 17:10:06 | * | vlad1777d joined #nim |
| 17:16:56 | * | chimez joined #nim |
| 17:19:33 | * | chimez quit (Client Quit) |
| 17:20:36 | * | rnrwashere joined #nim |
| 17:21:11 | * | kapil____ quit (Quit: Connection closed for inactivity) |
| 17:26:26 | * | rnrwashere quit (Remote host closed the connection) |
| 17:35:47 | * | noeontheend quit (Ping timeout: 240 seconds) |
| 17:54:36 | * | mwbrown quit (Ping timeout: 250 seconds) |
| 17:55:17 | FromGitter | <danielecook> Anyone used Nim with R? |
| 17:55:36 | FromGitter | <danielecook> e.g. creating an .so for use with R? |
| 18:01:11 | * | mwbrown joined #nim |
| 18:03:39 | * | nsf quit (Quit: WeeChat 2.4) |
| 18:22:28 | * | stefanos82 quit (Remote host closed the connection) |
| 18:27:11 | * | kapil____ joined #nim |
| 18:43:36 | Araq | anybody made devel green in my absence? |
| 19:02:58 | * | ng0 joined #nim |
| 19:22:11 | * | nsf joined #nim |
| 19:33:07 | * | theelous3_ quit (Ping timeout: 268 seconds) |
| 19:40:06 | * | zyklon quit (Ping timeout: 264 seconds) |
| 19:40:29 | * | zyklon joined #nim |
| 19:52:12 | * | nsf quit (Quit: WeeChat 2.4) |
| 19:58:58 | * | Trustable quit (Remote host closed the connection) |
| 20:25:52 | * | krux02 quit (Remote host closed the connection) |
| 20:44:43 | * | kapil____ quit (Quit: Connection closed for inactivity) |
| 21:06:43 | * | narimiran quit (Ping timeout: 244 seconds) |
| 21:19:04 | FromGitter | <iffy> Any nake maintainers hanging out around here? I'd love to see my verbose-mode PR merged in :) |
| 21:22:34 | * | rnrwashere joined #nim |
| 21:32:04 | * | Vladar quit (Remote host closed the connection) |
| 21:36:13 | * | libman quit (Quit: leaving) |
| 21:42:43 | * | FromGitter quit (Remote host closed the connection) |
| 21:43:01 | * | FromGitter joined #nim |
| 22:02:31 | FromGitter | <Varriount> Araq: why is it red? |
| 22:09:17 | Araq | too many different test configurations |
| 22:09:35 | Araq | so I missed problems |
| 22:23:23 | * | lritter quit (Ping timeout: 245 seconds) |
| 23:10:48 | * | seni_ quit (Quit: Leaving) |
| 23:32:04 | * | banc quit (Ping timeout: 246 seconds) |
| 23:37:30 | * | banc joined #nim |
| 23:39:20 | * | dddddd quit (Read error: Connection reset by peer) |
| 23:53:06 | * | ng0 quit (Quit: Alexa, when is the end of world?) |