Ad
  • Custom User Avatar

    An error occurred while loading ./main.rb.
    Failure/Error: case s.connect_nonblock(exception: false)

    OpenSSL::SSL::SSLError:
    SSL_connect returned=1 errno=0 state=error: certificate verify failed

    ./main.rb:21:in `<top (required)>'

    No examples found.

  • Default User Avatar

    why does it not matter when you count using the id or name column in the toys table?

  • Custom User Avatar
  • Custom User Avatar
  • Custom User Avatar
  • Default User Avatar

    Hey, I think the Rust's tests are broken.
    I can't pass this: tests::do_not_use_bigint

    Use of the `num` crate is disallowed. Also forbidden are:
    bigint, BigInt, BigUint, BigRational, Ratio
     at src/lib.rs:138:9
    

    Even if I do not import any library.

  • Default User Avatar

    An error occurred while loading ./main.rb.
    Failure/Error: case s.connect_nonblock(exception: false)

    OpenSSL::SSL::SSLError:
    SSL_connect returned=1 errno=0 state=error: certificate verify failed

    ./main.rb:21:in `<top (required)>'

    No examples found.

  • Custom User Avatar

    An error occurred while loading ./main.rb.
    Failure/Error: case s.connect_nonblock(exception: false)

    OpenSSL::SSL::SSLError:
    SSL_connect returned=1 errno=0 state=error: certificate verify failed

    ./main.rb:21:in `<top (required)>'

    No examples found.

  • Custom User Avatar

    python new test framework is required. updated in this fork

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    For future readers, the kara requires the median be interpolated

    Also would be really nice if the kara included that in the description

    Other than that it's a nice kara but I don't see how it would be a 5 kyu one

  • Default User Avatar

    I'm finding these questions confusing to solve without any examples or even fields types specified for each table.
    Spending too much time in imaginging the table records only lol.

  • Default User Avatar

    How do you return the whole table if there are no results for the sale price > 98 condition, I have been looking at using conditional unions eg. link etc. but can't understand a) why you would ever want to do this i.e. return the whole table when the result of the query is empty, and b) why it isn't working - since the feedback from the test-cases doesn't allow you to see all the output only the programmers predefined test results

    I am referring to the NOTE: sometimes a department will not not contain a sale over $98 so just resubmit - what does resubmit mean in this case, I assumed it meant return the whole table instead if its empty after the >98 condition?

    The wording, instruction, and test-support unfortunately make it very hard to understand what this question is about, and make what is intended to be learnt by it unclear too - this does not lead you on a rabbit hole of complicated ways to do things - but maybe I have missed the point, hard to say when not much was explained

    Thank-you for contributing the kata, perhaps it could be tweaked with improvements by the community - or is only the original poster allowed to do that?

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    ( JS, probably others )

    There should be tests with || and // in the username but not the password, which should pass the database login test. ( My solution tests both strings for ||///, but it passes tests. )

  • Loading more items...