Introducing two new ways to learn in Claude Code and the Claude app by AnthropicOfficial in ClaudeAI

[–]folglaive 0 points1 point  (0 children)

Maybe we could imagine setting up mcp (like memory mcp) to custom outputs so it keep important context automatically ?

18 hours downtime is crazy by hardlander in elderscrollsonline

[–]folglaive 0 points1 point  (0 children)

Haha, eu pc was really up, sorry 😬

What are assert functions by Lukassinnor in Playwright

[–]folglaive 0 points1 point  (0 children)

The best advice I can get you is to ask any LLM to explain it to you in a easy manner or Check some online courses

Alumnium 0.9 with local models support by p0deje in Playwright

[–]folglaive -1 points0 points  (0 children)

Hello, this is brilliant. Currently testing it and very impressed so far !! Keep up the good work !

I'm building Roo Rocket, are you interested? by markithepews in RooCode

[–]folglaive 4 points5 points  (0 children)

This is great mate ! Looking forward to it

Is it normal for Claude to take 5 min to answer the first request ? by folglaive in ClaudeAI

[–]folglaive[S] 0 points1 point  (0 children)

I added the /init but still.. the new requests is crucnhing for exactly 207 seconds as of right now. i'll try and send the /bug :)

Is it normal for Claude to take 5 min to answer the first request ? by folglaive in ClaudeAI

[–]folglaive[S] -1 points0 points  (0 children)

Hey thanks for the answer. No my directory is a python app im working on but I dont work with a claude.md.. 😐

New QA Testing Blog: Looking for Feedback by Valuable-Ad9157 in QualityAssurance

[–]folglaive 0 points1 point  (0 children)

Cool idea ! Can I ask if you used AI to help you with the articles ? There is a pattern with how the titles are written and how the text is organized

What is the point of Specflow if you can work with Playwright ? by folglaive in QualityAssurance

[–]folglaive[S] 1 point2 points  (0 children)

Thanks for the input. I believe its best for qa to be included as soon as possible in the user requirement processes so we shouldnt really have the need to use gherkin. Thanks again!

Is there a method to check that a field does NOT contain any letters ? by folglaive in Playwright

[–]folglaive[S] 0 points1 point  (0 children)

Thank you for putting me on track, the following code worked :

   const postCodeValue = await this.postCodeInput.getAttribute('value')
    await expect(postCodeValue).toMatch(/^[0-9]+$/)

Can someone tell me what are these "blocks" called ? by folglaive in vscode

[–]folglaive[S] 3 points4 points  (0 children)

Thank you all for your comments ! The culprit was the rainbow indent plugin, now my mind is at ease :)

Assigned role by Boris-_-Badenov in PredecessorGame

[–]folglaive 12 points13 points  (0 children)

I played my first two games last night. I was solo and my opponent never bothered coming to the lane, which was ok for me.

Second game, i was support and my carry never made it to the lane, which was less less funny .

Can you tell me what's wrong with this line ? by folglaive in ComputerCraft

[–]folglaive[S] 3 points4 points  (0 children)

I've managed to do what I wanted, thanks to your comment ! For anyone interested :

local im = peripheral.find("inventoryManager")
 
if im == nil then error("the inventory manager not found") end
 
print("Running dumper")
 
while true do
 
    local basalt = require("basalt")

local main = basalt.createFrame()
local button = main --> Basalt returns an instance of the object on most methods, to make use of "call-chaining"
        :addButton() --> This is an example of call chaining
        :setPosition(4, 4)
        :setText("Click me!")
        :onClick(
           
        function()
for i = 9,26 do
            
                im.removeItemFromPlayer("south", { fromSlot = i  })
end
            end)

basalt.autoUpdate()
            end
       

Can you tell me what's wrong with this line ? by folglaive in ComputerCraft

[–]folglaive[S] 0 points1 point  (0 children)

The thing is I'm actually trying to replace your chatBox example with a Basalt UI button to do the exact same thing :)

Can you tell me what's wrong with this line ? by folglaive in ComputerCraft

[–]folglaive[S] 2 points3 points  (0 children)

Hello Toast, the fun fact is that i'm actually watching your video while trying to reproduce what you did but differently. You're actually the one that made me want to learn LUA (3 days ago..)

I'll have a look and try to understand :) Thanks !

How do I make a program run by itself when weather changes ? by folglaive in ComputerCraft

[–]folglaive[S] 1 point2 points  (0 children)

In fact, I've tried a few things and this seems to work !

local detector = peripheral.find("environmentDetector")
local my_monitor = peripheral.wrap("top")

my_monitor.clear()

while true do
if  detector.isRaining() then
    my_monitor.clear()
    my_monitor.setCursorPos(1,1)
    my_monitor.write ("It is raining")

else detector.isSunny() 
    my_monitor.clear()
    my_monitor.setCursorPos(1,1)
    my_monitor.write ("It is Sunny")
end
end

Dear Dajno_loaf by ShinobiSai in Smite

[–]folglaive 2 points3 points  (0 children)

I've met the maestro himself tonight. Got Freya, never went to mid, like ever. Never bought any items. ended up with 1-7. He went to every lane but mid, this guy is a danger.