[jira] [Commented] (SPARK-30665) Eliminate pypandoc dependency

2023-09-29 Thread Colin Dean (Jira)
[ https://issues.apache.org/jira/browse/SPARK-30665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17770575#comment-17770575 ] Colin Dean commented on SPARK-30665: While researching a problem we're encountering while trying

Re: Time tracking: time formatting and hourly rates

2022-05-25 Thread Colin Dean
I've used timetracking mode extensively for about a decade now. I'm always learning new things about ledger but I feel I've got a lot of experience with that particular mode because I've been using it to track my time for more than half of my professional life ;-) Unfortunately, you have to

Re: Continuing ledger after a large gap

2022-03-14 Thread Colin Dean
100% this, Martin! It's always better to pick up the present and fill in the past than it is to languish and lament on the past to spite the present and future. This probably applies to a lot of things in life, but definitely to accounting and definitely to PTA. For the past things, automate

Re: ANN: PTA wiki

2022-02-21 Thread Colin Dean
This is great. Thanks for getting it started! On Monday, February 21, 2022 at 3:36:15 PM UTC-5 Simon Michael (sm) wrote: > Good day friends! > > Some time ago I enabled the Github wiki attached to > https://plaintextaccounting.org . More recently we had some discussion in > the

Re: include directives in ledger 3.2.1 and ledger-reconcile

2022-01-01 Thread Colin Dean
I'm using ledger 3.2.1-7build2 from ubuntu impish in the particular records I'm looking at right now. My includes are using "!include" are relative but my setup is different. I invoke ledger on a file that contains the commodity decls and then includes the activity file (and a file with

Re: Approve dialog not coming up when transferring from Zilswap

2021-11-07 Thread Colin Dean
Wrong "Ledger". This is for ledger, a command-line, plain text accounting program, not Ledger, the cryptocurrency wallet. On Sunday, November 7, 2021 at 11:14:10 AM UTC-5 kenm...@gmail.com wrote: > Hi everyone, it's my first time here. I'm having a problem with > Zilpay/Zilswap/Ledger. When I

Re: Is it possible to abbreviate very large numbers? Using megs (M), kilos (K), etc? (EOM)

2021-09-12 Thread Colin Dean
You should be able to use commodity equivalencies to solve this problem to a degree, but it won't be automatic based on the magnitude in context, only whatever you set as the exchange, I think. https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodity-equivalences On Sunday, September 12, 2021

Re: How to automatically pull bank transactions?

2021-03-23 Thread Colin Dean
https://github.com/egh/ledger-autosync can do this, although I've not used that functionality of it because I've found archiving CSV or OFX files to be a needed step for me. On Tuesday, March 23, 2021 at 1:34:22 PM UTC-4 luka.b...@gmail.com wrote: > I do it through a combination of Selenium

Re: Feasability of using ledger an co. for small business accounting automation

2021-02-16 Thread Colin Dean
I've got some custom code in a Sinatra app written in Ruby that's taking Stripe webhook posts, transforming them into Ledger records, and submitting them as PRs on a GitLab repo. It's slick... when it works. GitLab's "merge on successful CI build" doesn't always work and multiple open PRs turn

Re: Looking for syntax highlighting in KDE XML format

2020-11-20 Thread Colin Dean
Looks really cool. I'll keep an eye on it! On Wednesday, November 18, 2020 at 10:58:22 PM UTC-5 luka.b...@gmail.com wrote: > > Hi, > a bit longer answer:) > > The short term plan is to make it support our use-cases really well + if > we get any suggestions or wishes from other users. > Then,

Re: Looking for syntax highlighting in KDE XML format

2020-11-18 Thread Colin Dean
That's really neat, Luka. What are your plans for that plugin? On Wednesday, November 18, 2020 at 9:51:21 AM UTC-5 luka.b...@gmail.com wrote: > Hi, we just created a first version of one for IntelliJ: > > https://plugins.jetbrains.com/plugin/15405-ledger-cli > > On Tuesday, July 14, 2020 at

Re: Need help just getting started

2020-07-18 Thread Colin Dean
I'll be conducting an online workshop on July 24, 2020 for Codeland Conference. https://codelandconf.com/workshops/colin-dean/ I'll publish my materials afterward. They're technically already online but buried in a repo. I'll put them in their own repo within a couple of weeks after

Re: Looking for syntax highlighting in KDE XML format

2020-07-13 Thread Colin Dean
I've not been able to find a ledger syntax highlighting file in KDE XML format. I'd really like one. I'm willing to pay commission on it, perhaps $50 USD to the first person who provides one to me and posts here. -- --- You received this message because you are subscribed to the Google

Looking for syntax highlighting in KDE XML format

2020-06-27 Thread Colin Dean
Hey all, I'm building a workshop around Ledger. I'm using Pandoc to build the materials. I'd really like it to highlight the syntax of the ledger examples I'm using in the documents I'm producing. Pandoc predictably doesn't have ledger format already available as a syntax highlighting

Re: print removes commodity directive

2020-06-16 Thread Colin Dean
Second thought, it's not. Using ledger -f 2020.ledger print -S d --raw > 2020-s.ledger still dropped the commodity directive. On Tuesday, June 16, 2020 at 1:32:14 PM UTC-4, Colin Dean wrote: > > Thanks, it looks like --raw is what I want. > -- --- You received this message

Re: print removes commodity directive

2020-06-16 Thread Colin Dean
Thanks, it looks like --raw is what I want. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com. To view this discussion on

print removes commodity directive

2020-06-15 Thread Colin Dean
. Is there a way to disable removing the commodity? I understand that ‘print’ is supposed to output the most space-efficient representation of the tx log, but it’s annoying to have to re-add the commodity directive every time I sort. -- Colin Dean http://cad.cx -- --- You received

Re: Ledger register history to Sankey diagrams?

2019-08-15 Thread Colin Dean
A better example in my use case would be something like this: Available [90] Offered Offered [70] Owed Offered [20] Refused Owed [70] Issued Issued [3] Canceled Issued [67] Attendance Verified Available [10] Unused -- --- You received this message because you are subscribed to the Google

Ledger register history to Sankey diagrams?

2019-08-15 Thread Colin Dean
Has anyone created a way to easily to Sankey diagrams with Ledger output in any way? https://en.wikipedia.org/wiki/Sankey_diagram I'm using Ledger's robust commodity support to track conference tickets issued to scholarship recipients. I'd like to create a Sankey diagram that shows the number

Re: Why does the balance assertion fail if the math is right?

2019-08-01 Thread Colin Dean
I'm using Ledger 3.1.3-20190331 and your example works. There were some changes to balance assertions that make them work better in subsequent versions. It would likely be worth your time to use a more recent version: when I went from 3.1.2 to 3.1.3, my older tx records' BAs began to fail. I

Adding Ledger format to Rouge

2019-06-19 Thread Colin Dean
/rouge-ruby/rouge/issues/766 -- Colin Dean http://cad.cx -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.co

Re: [ANNOUNCE] ledger 3.1.2

2019-02-13 Thread Colin Dean
andre Rademaker > * Alexis Hildebrandt > * Andreas Hilboll > * Andrew Savinykh > * Atheriel > * Austin Wise > * Bradley M. Kuhn > * Bruno Sutic > * Christoph Dittmann > * Colin Dean > * Craig Earls > * Craig Marshall > * D

Re: Backup and cloud-storage

2019-02-03 Thread Colin Dean
I'm using Git like others but using Keybase's encrypted git hosting for it. https://keybase.io/blog/encrypted-git-for-everyone On Saturday, February 2, 2019 at 5:51:09 AM UTC-5, Dániel Fancsali wrote: > > Good morning fellow ledger-lovers, > > I was just making slight changes to the layout of my

[jira] [Commented] (NIFI-5828) ExecuteSQL executesql.row.count meaning changes when Max Rows Per Flow File > 0

2018-11-18 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16691241#comment-16691241 ] Colin Dean commented on NIFI-5828: -- Thanks, [~ijokarumawak]. bq. I agree, clarifying doc on those

[jira] [Created] (NIFI-5831) Add attribute to ExecuteSQL output reflecting total row count when Max Rows Per Flowfile is set

2018-11-18 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5831: Summary: Add attribute to ExecuteSQL output reflecting total row count when Max Rows Per Flowfile is set Key: NIFI-5831 URL: https://issues.apache.org/jira/browse/NIFI-5831

[jira] [Commented] (NIFI-5828) ExecuteSQL executesql.row.count meaning changes when Max Rows Per Flow File > 0

2018-11-16 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689837#comment-16689837 ] Colin Dean commented on NIFI-5828: -- I think more of the {{executesql.*}} attributes [set|https

[jira] [Commented] (NIFI-5828) ExecuteSQL executesql.row.count meaning changes when Max Rows Per Flow File > 0

2018-11-16 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689821#comment-16689821 ] Colin Dean commented on NIFI-5828: -- Alternatively, {{executesql.row.count}}'s doc needs to reflect

[jira] [Commented] (NIFI-5828) ExecuteSQL executesql.row.count meaning changes when Max Rows Per Flow File > 0

2018-11-16 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689819#comment-16689819 ] Colin Dean commented on NIFI-5828: -- I've tracked this down. The number of rows put

[jira] [Created] (NIFI-5828) ExecuteSQL executesql.row.count meaning changes when Max Rows Per Flow File > 0

2018-11-16 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5828: Summary: ExecuteSQL executesql.row.count meaning changes when Max Rows Per Flow File > 0 Key: NIFI-5828 URL: https://issues.apache.org/jira/browse/NIFI-5828 Project: Apa

[jira] [Created] (NIFI-5823) DBCPConnectionPool minIdleConnections property name has a typo

2018-11-15 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5823: Summary: DBCPConnectionPool minIdleConnections property name has a typo Key: NIFI-5823 URL: https://issues.apache.org/jira/browse/NIFI-5823 Project: Apache NiFi

[jira] [Commented] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-12 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684127#comment-16684127 ] Colin Dean commented on NIFI-5789: -- The options added in NIFI-5790 enable the user to configure

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-12 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684124#comment-16684124 ] Colin Dean commented on NIFI-5790: -- I'm not sure of the workflow in this part of Apache's JIRA workflow

Re: [EXT] ExecuteSQL: convertToAvroStream failure with SQlite integer

2018-11-09 Thread Colin Dean
November 9, 2018 at 6:52 AM To: "users@nifi.apache.org" Subject: Re: [EXT] ExecuteSQL: convertToAvroStream failure with SQlite integer Using ver. 1.7... Any way around it in existing version? On Thu, Nov 8, 2018 at 5:53 PM Colin Dean mailto:colin.d...@arcadia.io>> wrote: What ver

Re: [EXT] ExecuteSQL: convertToAvroStream failure with SQlite integer

2018-11-08 Thread Colin Dean
What version of NiFi are you using? An error like this comes up every now and then; one was just fixed in NiFi 1.8.0 but it was related to JDBC drivers that return Long for unsigned ints. 1.8.0 also improved the error message so that it should show the type of the object that was passed into

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675614#comment-16675614 ] Colin Dean commented on NIFI-5790: -- I've got code worked up that adds six options: {code:java

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675467#comment-16675467 ] Colin Dean commented on NIFI-5790: -- I'm asserting that this issue _causes_ NIFI-5790 because the absence

[jira] [Comment Edited] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675459#comment-16675459 ] Colin Dean edited comment on NIFI-5789 at 11/5/18 5:31 PM: --- This came from my

[jira] [Comment Edited] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675460#comment-16675460 ] Colin Dean edited comment on NIFI-5790 at 11/5/18 5:31 PM: --- This came from my

[jira] [Commented] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675460#comment-16675460 ] Colin Dean commented on NIFI-5790: -- This came from the my Stack Overflow question, [How can I configure

[jira] [Commented] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-05 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675459#comment-16675459 ] Colin Dean commented on NIFI-5789: -- This came from the my Stack Overflow question, [How can I configure

[jira] [Created] (NIFI-5790) DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration

2018-11-05 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5790: Summary: DBCPConnectionPool configuration should expose underlying connection idle and eviction configuration Key: NIFI-5790 URL: https://issues.apache.org/jira/browse/NIFI-5790

[jira] [Created] (NIFI-5789) DBCPConnectionPool controller service always leaves one connection open

2018-11-05 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5789: Summary: DBCPConnectionPool controller service always leaves one connection open Key: NIFI-5789 URL: https://issues.apache.org/jira/browse/NIFI-5789 Project: Apache NiFi

Re: Additional configuration properties for DBCPConnectionPool

2018-11-01 Thread Colin Dean
Tim and Matt, Did the changes that facilitate these settings ever make it into somewhere public to be pulled into NiFi? I’m needing to set these BasicDataSource settings for my own needs [1] and would love to reuse someone else’s code instead of doing it up myself if possible. [1]:

Re: Auto-Download CSV

2018-10-19 Thread Colin Dean
This sounds really great. Would you mind sharing your Docs API code? On Tuesday, October 16, 2018 at 6:58:13 AM UTC-4, Peter Keen wrote: > > I use Tiller. It’s a paid service that dumps transactions from all of my > accounts (without account numbers) into Google Docs, and then I use the > Docs

[jira] [Commented] (NIFI-5519) Allow ListDatabaseTables to accept incoming connections

2018-09-25 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628061#comment-16628061 ] Colin Dean commented on NIFI-5519: -- I was eventually able to get this to work. The linked gist has my

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-25 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16627564#comment-16627564 ] Colin Dean commented on NIFI-5612: -- I did a quick test during an unexpected gap in my schedule

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-25 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16627543#comment-16627543 ] Colin Dean commented on NIFI-5612: -- I'll give [~bende] 's code a try and if it works, I'll put up a PR so

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-25 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16627480#comment-16627480 ] Colin Dean commented on NIFI-5612: -- One thought I had is to compare with newer MySQL and maybe SQLite

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-24 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16626511#comment-16626511 ] Colin Dean commented on NIFI-5612: -- I ran my modified version against the database: {code} nifi-1.7.1

[jira] [Updated] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-24 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Dean updated NIFI-5612: - Description: I'm seeing this when I execute {{SELECT * FROM }} on a few tables but not on dozens

[jira] [Updated] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-24 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Dean updated NIFI-5612: - Description: I'm seeing this when I execute {{SELECT * FROM }} on a few tables but not on dozens

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-24 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16626438#comment-16626438 ] Colin Dean commented on NIFI-5612: -- I decided to try a wider range of precisions, too: {code:sql} create

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-24 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16626411#comment-16626411 ] Colin Dean commented on NIFI-5612: -- I am able to reproduce the exception using * Vagrant 2.1.1

[jira] [Comment Edited] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-21 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16624178#comment-16624178 ] Colin Dean edited comment on NIFI-5612 at 9/21/18 9:06 PM: --- I'm 90% confident

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-21 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16624178#comment-16624178 ] Colin Dean commented on NIFI-5612: -- I'm 90% confident that I've deduced the problem to be with fields

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-21 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16623794#comment-16623794 ] Colin Dean commented on NIFI-5612: -- It's worth noting that {{DATE}} and {{TIME}} SQL types can also

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621346#comment-16621346 ] Colin Dean commented on NIFI-5612: -- My work thus far is on GitHub: https://github.com/apache/nifi

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621342#comment-16621342 ] Colin Dean commented on NIFI-5612: -- I dug a little deeper into how the schemas are built. In my original

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621329#comment-16621329 ] Colin Dean commented on NIFI-5612: -- I set up a parameterized test that checks TINYINT, SMALLINT, INTEGER

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621249#comment-16621249 ] Colin Dean commented on NIFI-5612: -- I added a few tests and found one that triggers _an_ error

[jira] [Comment Edited] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621183#comment-16621183 ] Colin Dean edited comment on NIFI-5612 at 9/19/18 8:46 PM: --- Looks like I have

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621183#comment-16621183 ] Colin Dean commented on NIFI-5612: -- Looks like I have to go town the route of getting

[jira] [Comment Edited] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621183#comment-16621183 ] Colin Dean edited comment on NIFI-5612 at 9/19/18 8:46 PM: --- Looks like I have

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621158#comment-16621158 ] Colin Dean commented on NIFI-5612: -- Minimally, I'd like to see more information about the erroring field

[jira] [Commented] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16621142#comment-16621142 ] Colin Dean commented on NIFI-5612: -- Toggling Avro logical types had no effect

[jira] [Created] (NIFI-5612) org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0

2018-09-19 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5612: Summary: org.apache.avro.UnresolvedUnionException: Not in union ["null","int"]: 0 Key: NIFI-5612 URL: https://issues.apache.org/jira/browse/NIFI-5612

[jira] [Created] (NIFI-5591) Enable compression of Avro in ExecuteSQL

2018-09-12 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5591: Summary: Enable compression of Avro in ExecuteSQL Key: NIFI-5591 URL: https://issues.apache.org/jira/browse/NIFI-5591 Project: Apache NiFi Issue Type: Improvement

[jira] [Commented] (NIFI-5519) Allow ListDatabaseTables to accept incoming connections

2018-09-11 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16611551#comment-16611551 ] Colin Dean commented on NIFI-5519: -- I'm having a lot of problems getting the above to work with a remote

[jira] [Created] (NIFI-5588) Unable to set indefinite max wait time on DBCPConnectionPool

2018-09-11 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5588: Summary: Unable to set indefinite max wait time on DBCPConnectionPool Key: NIFI-5588 URL: https://issues.apache.org/jira/browse/NIFI-5588 Project: Apache NiFi

[jira] [Commented] (NIFI-5579) Allow ExecuteGroovyScript to take a SQL property that is a DBCPConnectionPoolLookup

2018-09-10 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609567#comment-16609567 ] Colin Dean commented on NIFI-5579: -- The absence of this has a *nasty side effect*: when I reference a CS

[jira] [Commented] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-09-10 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609510#comment-16609510 ] Colin Dean commented on NIFI-4974: -- The workaround for this is to add {{useLOBs=false

[jira] [Commented] (NIFI-5579) Allow ExecuteGroovyScript to take a SQL property that is a DBCPConnectionPoolLookup

2018-09-07 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16607672#comment-16607672 ] Colin Dean commented on NIFI-5579: -- NIFI-5519 is the better solution for my particular use case! > Al

[jira] [Commented] (NIFI-5579) Allow ExecuteGroovyScript to take a SQL property that is a DBCPConnectionPoolLookup

2018-09-07 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16607661#comment-16607661 ] Colin Dean commented on NIFI-5579: -- Interestingly enough, based on what I see [here|https://github.com

[jira] [Commented] (NIFI-5579) Allow ExecuteGroovyScript to take a SQL property that is a DBCPConnectionPoolLookup

2018-09-07 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16607645#comment-16607645 ] Colin Dean commented on NIFI-5579: -- This may actually be more of bug, but JIRA wouldn't let me switch

[jira] [Created] (NIFI-5579) Allow ExecuteGroovyScript to take a SQL property that is a DBCPConnectionPoolLookup

2018-09-07 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5579: Summary: Allow ExecuteGroovyScript to take a SQL property that is a DBCPConnectionPoolLookup Key: NIFI-5579 URL: https://issues.apache.org/jira/browse/NIFI-5579 Project

[jira] [Created] (NIFI-5559) Allow usage of Trusted Hostname on all HTTP-accessing processors

2018-08-28 Thread Colin Dean (JIRA)
Colin Dean created NIFI-5559: Summary: Allow usage of Trusted Hostname on all HTTP-accessing processors Key: NIFI-5559 URL: https://issues.apache.org/jira/browse/NIFI-5559 Project: Apache NiFi

[jira] [Commented] (NIFI-5519) Allow ListDatabaseTables to accept incoming connections

2018-08-21 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16587485#comment-16587485 ] Colin Dean commented on NIFI-5519: -- I took a stab at this with some Groovy in an ExecuteGroovyScript

Re: Confusing Balance assertions

2018-06-27 Thread Colin Dean
Running your original snippet under 3.1.1-20160111 from Homebrew, it passes. Running under HEAD of next branch, it fails. If I add "CHF" to the 0 assertions, it passes. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this

Advanced reporting

2018-06-17 Thread Colin Dean
So far, most of my needs for reporting have been satisfied by simple balance reporting, sometimes with some custom formatting. For some more advanced stuff, I've got a Ruby script that captures the output of a few ledger balance reports and then runs some further calculations. For example, I

Re: Bugzilla bugs are on GitHub now

2018-05-18 Thread Colin Dean
Thanks for your hard work! -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com. For more options, visit

Re: How to use ledger-cli in a Rust project? (A rust GTK ledger desktop app)

2018-04-29 Thread Colin Dean
I've been closely watching for someone to start making ledger-cli bindings for Rust. I investigated doing it myself and reasoned that it would be a very large undertaking that would likely involve significant changes to the C++ code to accommodate the port. Most of the work would be around

[jira] [Commented] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-03-14 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398989#comment-16398989 ] Colin Dean commented on NIFI-4974: -- Filed with jTDS: https://sourceforge.net/p/jtds/bugs/771/ I'm still

[jira] [Commented] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-03-14 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398970#comment-16398970 ] Colin Dean commented on NIFI-4974: -- It looks like the problem might be in jTDS, because [{{free()}} should

[jira] [Updated] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-03-14 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Dean updated NIFI-4974: - Description: I'm using the [jtds|https://jtds.sourceforge.net] driver to retrieve data from a Microsoft

[jira] [Commented] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-03-14 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398964#comment-16398964 ] Colin Dean commented on NIFI-4974: -- Looks like the `free()` method on the Clob is being called [here

[jira] [Comment Edited] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-03-14 Thread Colin Dean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398964#comment-16398964 ] Colin Dean edited comment on NIFI-4974 at 3/14/18 5:38 PM: --- Looks like the {{free

[jira] [Created] (NIFI-4974) Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver

2018-03-14 Thread Colin Dean (JIRA)
Colin Dean created NIFI-4974: Summary: Uncaught AbstractMethodError when converting SQL results to Avro with JTDS driver Key: NIFI-4974 URL: https://issues.apache.org/jira/browse/NIFI-4974 Project

Re: New to Ledger: am I budgeting correctly?

2018-02-13 Thread Colin Dean
On Tuesday, February 13, 2018 at 3:26:36 AM UTC-5, Lifepillar wrote: > > > I haven't tried your example, but what about: > > ~ Monthly since 2018/02/01 until 2018/02/28 > > (The end might have to be 2018/03/01, I don't remember if intervals are > right-open.) > > In my experience, using

Re: Time = Money ...exploring the relationship between the two concepts

2018-02-08 Thread Colin Dean
On Tuesday, February 6, 2018 at 6:58:40 AM UTC-5, Ajoeibin wrote: > > If all time must have value then joy in life has been dropped from the > equation. > Without joy or beauty, for its own sake, then time is only value and value > does > not nourish all parts of the person. > I think I feel

Re: Future budgets ignored in time-limited forecasting?

2018-01-28 Thread Colin Dean
> > > What's up here? Did I find a bug or am I doing something wrong? > > Did you find out more on this one? Would be interesting to know the > solution here. I have not yet arrived at a solution. I'd welcome input! -- --- You received this message because you are subscribed to the

Re: Outputting note associated with accounts

2018-01-25 Thread Colin Dean
On Thu, 25 Jan 2018 at 08:17 John Wiegley wrote: > Should be about a half-hour's work to code, test, and add a test to the > test > suite. No documentation needed. > I would like to give this a go :-) I might even have time to look at it tonight. Thanks, I’d appreciate it.

Re: Outputting note associated with accounts

2018-01-24 Thread Colin Dean
>>>>> "CD" == Colin Dean <colind...@gmail.com> writes: CD> Is there a quick way to make the accounts command also output the note for CD> each account if I’ve defined the accounts using the account directive? I don't believe that's currently possibl

Re: Forcing output of timekeeping in one unit with --amount-data or --total-data

2018-01-24 Thread Colin Dean
That's close enough! I can do the math to make it hours with awk: ledger -f "$(t timelog)" reg --daily --no-total --base -j | awk '{print $1 " " $2/3600}' Thanks! Now, to figure out how to make gnuplot's output not look so… spartan. Colin Dean http://cad.cx On Wed, Jan

Forcing output of timekeeping in one unit with --amount-data or --total-data

2018-01-24 Thread Colin Dean
nits. It seems from the section on Commodity equivalences <https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodity-equivalences> that I should be able to do this somehow. Any ideas? -- Colin Dean http://cad.cx -- --- You received this message because you are subscribed to the Goo

Outputting note associated with accounts

2018-01-23 Thread Colin Dean
Is there a quick way to make the accounts command also output the note for each account if I’ve defined the accounts using the account directive? -- Colin Dean -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from

Tools for visualizing timekeeping mode

2018-01-05 Thread Colin Dean
In addition to using Ledger to track my finances, I've been using it at work to track my time using its timekeeping mode . Are any of you aware of existing software or queries to ledger that I could use to produce such software that

Future budgets ignored in time-limited forecasting?

2017-12-08 Thread Colin Dean
I'm trying to capture budgets that change over time. It may start with simply a ~ Monthly transaction but, over time, I want to "retire" old budget amounts as well as document future budget changes, e.g. stepped payment plans on rent, student loans, etc. I had something like this in

[Iperf-users] Reverse Engineering of Speedtest.net's protocol

2014-12-16 Thread Colin Dean
not directly related to iperf itself, I figure the audience of this list might enjoy the article as much as I did. -- Colin Dean c...@cad.cx -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate

[Bug 92265] Re: DEBIAN_FRONTEND=noninteractive is ignored

2013-07-07 Thread Colin Dean
I just encountered this today. DEBIAN_FRONTEND='noninteractive' apt-get -o Dpkg::Options::='--force- confnew' -y -q install mysql-server should install mysql-server without any prompting. It still prompts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 92265] Re: DEBIAN_FRONTEND=noninteractive is ignored

2013-07-07 Thread Colin Dean
I figured it out. I was using sudo and the sudo was after the envvar set, so it wasn't carried into the command. sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force- confdef' -o Dpkg::Options::='--force-confold' -f -q -y install mysql- server -- You received this bug

  1   2   3   >