Results 11 comments of Bernardo de Araujo

Something that adapts to the user's host is an awesome idea! :) It can also learn or allow a config file for default commands in the future, things like: *...

We could add something like `--interval` that dictates the interval between every port scan.

Hi @smpallen99 I was planning to give this issue a try and solve it, but I keep running into an error (that is probably my fault) when trying to insert...

@smpallen99 I see! That is indeed what I am doing, sorry to bother you with this problem. :) Totally makes sense, I will change the app and try to solve...

Maybe I'm misunderstanding something, but the example below works correctly: ``` defmodule ExAdminDemo.ExAdmin.Address do use ExAdmin.Register register_resource ExAdminDemo.Address do form address do inputs do input address, :street input address, :phone_number...

Thanks @coding-camel! This makes sense, I opted to create a new folder instead of modifying the Bear archive. That being said I will play a bit with the code and...

We can do both! I will update the README while I investigate and if I figure out how to keep the file metadata I can remove the warning. 👍

I've added it to the https://github.com/bernardoamc/obsidian_bear#caveats section for now.

@coding-camel Do you have time to see if this fully (or partially) solves the timestamp issues? If so, I will adjust tests and merge the PR so everyone can enjoy...

@coding-camel Thanks for taking a look! I will spend some time playing with it to see what can be done, we are moving in the right direction. 😄