becker
becker
thanks! I will take a look soon.
I got it loading again. It doesnt appear to be loading some data. I need to double check the values and do a deeper dive. let me know if you...
Hey, I have the vault toggle working. I need to work on the "owned" data section still. Thanks again. Becker
As I look in to fixing this https://github.com/norman/friendly_id/commit/cd879c09775e50c775a17fa212c033f43bff94d8#diff-82407ad0a1f69c6572ae294573e99782980e71014022e444cbdd5251fab2b433R537 Testing in rails 5.0 the prefix fails to save because J2 is assigned in the database. Save fails and my to_params still...
Hello @marckohlbrugge, I am currently running a fork's branch https://github.com/aha-app/friendly_id/pull/1 this works fine for our needs but might not work for everyone. Thanks Becker
Stale but relevant? If its pinged as stale again I wont re-comment and assume the matter to be the way it works now.
@angelatan2 I am running the current version of the agent. I am running a rails 6 app with an error reporting service.
`info = info.merge(log_url: "https://one.newrelic.com/logger?begin=#{(now-7.minutes).strftime('%Q')}&end=#{(now+7.minutes).strftime('%Q')}&state=#{rand(3333)}")` this is the code i have now. I would like to include the account id in the url and then have the search come up with...
@a5huynh i will try and get the logs. I was just watcing the logs it would say no rules found loading robots.txt I re-read the code https://github.com/a5huynh/spyglass/blob/main/crates/spyglass/src/crawler/robots.rs#L112 I see it...
I think I was being to narrow with my idea of breaking off the importer https://github.com/a5huynh/spyglass/issues/76 . If there was a way to write custom importers it would give a...