Kiryl Mialeshka

Results 62 comments of Kiryl Mialeshka

Same issue here. With option `sync_on_enter: false` the history is only saved after exiting nushell with hotkey `CTRL + D` . If shell is closed by `exit` command or by...

Another option for customization - reuse obsidian `default location for new attachments` As I am using a special subfolder for attachments and this behavior will be convenient for me

@snowshoes That's the point of the issue - currently plugin does not support changing folder for the attachments. We are waiting for the developer to implement this

The issue on the fastify side is closed as completed. Is there gonna be update on the current issue?

@tusharmath mostly agree. just small adjustments: - first two nested ifs should be separated since if .tailcallrc.graphql exists we need to ask for overwrite permission anyway - in both No...

> @meskill This is the overall flow I am thinking (psuedo rust code) — > There is an updated version of the pseudocode ```rust let mut tc_rc = fs::exist(".tailcallrc.graphql") let...

Indeed, right now tailcall only relies on the defined schema in the config about the shape of data. In case the schema and the upstream are not the same we...

I don't think that the approach 2 is very useful due to fact that this is almost like defining schema 2 times for tailcall and upstream that should satisfy each...

> @tusharmath @meskill is there anything missing to merge this one guys? There were some uncertainties about the implementation. @neo773 could you please take a look into the last comments...

this is not only about validation but about conversion from/to json as well because prost automatically converts snake_case from proto to camelCase for json representation. we have test like this...