Aleks Marchenko
Aleks Marchenko
Google CPU specs then add them to Data/Haswell.cfg
Видимо строка модели процессора почему-то не совпадает. В крайнем случае можно все необходимые параметры ввести вручную.
@Kwasuk это может быть не связано. У меня, например, проблема с тем, что если я генерю SSDT с включенным в BIOS гипертредингом, он отказывается загружаться, и ни спидстеп ни турбобуст...
Wow, looks weird. Can you show you config.ru and Gemfile? It's should't even try to parse gems sources.
Can you add test reproducing error? BTW, in readme i describe such potential issue: ``` # Bad class AlreadyDefined # Here is your code to patch class end # Good...
Hi @tombh. Yes, i've also faced with issue. Going to dig into it ASAP.
@tombh, @dphase Hi, guys. Can you share with me your examples to help me reproduce it?
Second this. I assume changing [src/internal/serverRequestParser.ts#L49 ](https://github.com/sukovanej/effect-http/blob/eb3af37e22703986c3403760d3d59daa66221c17/packages/effect-http/src/internal/serverRequestParser.ts#L49) to something along the lines below would work ```typescript parseSecurity(endpoint).pipe( Effect.bindTo(`security`), Effect.bind(`headers`, () => parseHeaders(endpoint, parseOptions)), Effect.bind(`path`, () => parsePath(endpoint, parseOptions)), Effect.bind(`query`, ()...
Oh it appears I have a fork with said change - I'll make a PR today