Andrew Tropin

Results 66 comments of Andrew Tropin

@vikulin It's not very clear how to obtain logs for an application on android and I don't find this information in documentation either. Can you share the way to do...

Will add my two cents, I figured out that it happens to rules with CRITERIA using title. Original state: ![image](https://user-images.githubusercontent.com/1218615/191176711-4e0ac6a2-35e6-4621-8268-522b0dd168f9.png) ## Case 1 Works correctly, as expected, uses only app_id...

@vharmain This information resolves the issue! But I figured out that I can't use the merged schema with `m/parse`: ```clojure (def registry (merge (m/default-schemas) (mu/schemas) {:tg/text [:merge [:map [:message_id :int]]...

Ok, it seems -util-schema is missing -parse method, sent a fix #783

Hi @weavejester, any ideas on how to proceed with this? Would like to use malli with integrant as well.

There is already complete #1312, which adds hyperlinks for timecodes in the description. It would be really cool to generate chapters from those timestamps and have visual marks on progress...

~I can't reproduce it. Can someone else check it the problem is still present?~ Ok, I just had a basic as a fallback style.

I did the following trick, which is a little dirty, but works quite well: https://github.com/clojure-emacs/cider/issues/3019#issuecomment-1333921798 ![image](https://user-images.githubusercontent.com/1218615/205088664-39e42197-cf5d-4551-9334-f00c29bb0e21.png) ![image](https://user-images.githubusercontent.com/1218615/205088771-25c1b05e-3d91-4365-ad71-f2740c63b44c.png)

On 2023-06-11 03:37, hab25 wrote: >> I have some draft implementation for using rde Emacs without Guix >> Home, however it still require guix. > > @abcdw has that implementation...