Jeroen Visscher

Results 7 comments of Jeroen Visscher

Note on using the [suggested workaround](https://github.com/maartenba/MvcSiteMapProvider/issues/352#issuecomment-54280628) in combination with dependency injection: the class interface and constructor make the DI resolver recurse endlessly. ``` public class RequestCacheProvider : ICacheProvider { public...

Hi @ChaseFlorell, interesting that you ask. We were also looking for an editor that would increase in height when needed. Like this: https://storage.googleapis.com/material-design/publish/material_v_11/assets/0B5ZSepuCX1xOVEhXVDltQzgzQzA/TextFields-MultiLine-Long-01.mp4

Thanks @ChaseFlorell, This would mean that the XfxEditor would only add the possibility to use new lines in the input? That is something we can live without for now.

I now see that with "you can do that now" you mean with the Editor (not currently in combination with a floating label). Meaning: We still would welcome an XfxEditor.

I did make a start with an XfxEditor and Android renderer, but I could not make the `EditorEditText` inside the `TextInputLayout` to use more space than one line. By the...

It looks like a change in`FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine AS final` is the culprit. It was last updated April 12: [docker hub](https://hub.docker.com/_/microsoft-dotnet-aspnet/) It installed a new version of `icu-libs` but I don't...

@liowalex I guess we really want the count that OpenAI is returning. Note that langchain will retry failed calls, which will also count towards the token rate limit. So input...